Skip to content The Open University
  1. Home
  2. Change log

Change log

Changes to OU ICE

v Date Files Change and reason Contact
  07.11.2011 ou-head.html

There was a bug in http://wwwdev.open.ac.uk/includes/ouice/3/ou-head.html (Thanks Richard Oliver).

Line 14 changed from

<meta name="viewport" content="width=device-width; initial-scale=1" />

to

<meta name="viewport" content="width=device-width" />

 
  02.09.2011   To this documentation site: Added a quick reference to body-class customisations. Updated some inaccuracies in the layout section where we were still referring to the non-prefixed version naming conventions. Guy Carberry.
  04.08.2011   To this documentation site: Added information about how to use the mobile version toggle. Guy Carberry.
3.2 TBC

ou-head.html

ou-header-mob.css

ou-header.css

ou-header.js

ou-footer.html

ou-header.html

ou-head.html -- added a media query link to the ou-header-mob.css file

ou-header-mob.css -- new file to change header and footer presentation to new mobile style.

ou-header.css -- added new rules to hide the mobile footer links.

ou-header.js -- adds links to studenthome, tutorhome and intranethome to the mobile footer.

ou-footer.html -- additional links added for the the mobile version of the footer.

ou-header.html -- Removed the forward-slash on the Sign out link.

Guy Carberry

Steve Bannister

Stuart Nixon

Sarah Allen

Peter Devine

3.1 2011.10.03 ou-head.html

Removed the comment tags that prevented the media queries from loading. Now OU ICE sites will render more appropriately on mobile devices.

Old

<!--

<link rel="stylesheet" type="text/css" href="/includes/ouice/3/mobile.css" media="only screen and (max-device-width:640px)" />

<link rel="stylesheet" type="text/css" href="/includes/ouice/3/mobile.css" media="only screen and (max-width:640px)" />

-->

New

<link rel="stylesheet" type="text/css" href="/includes/ouice/3/mobile.css" media="only screen and (max-device-width:640px)" />

<link rel="stylesheet" type="text/css" href="/includes/ouice/3/mobile.css" media="only screen and (max-width:640px)" />

Guy Carberry

 

OU ICE tutorial

If you're new to OU ICE you might find this quick step by step tutorial useful.

This page was last updated on Wednesday November 13, 2019