From: Bernardo Freitas Paulo da Costa Date: Tue, 10 Jun 2008 13:05:36 +0000 (+0200) Subject: Typo in css, now default.css should be valid. X-Git-Tag: core/1.0.0~114 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=edbf7d44136018a9e1732da6ac0c21f0590f4651;p=platal.git Typo in css, now default.css should be valid. (Same changes in keynote and openweb, grep is our friend) --- diff --git a/htdocs/css/default.css b/htdocs/css/default.css index fa87cf7..b669e82 100644 --- a/htdocs/css/default.css +++ b/htdocs/css/default.css @@ -329,7 +329,7 @@ div.long td.rt { width: 65%; } } .wizard .wiz_header .wiz_tab { - background; url('../images/skins/wiz_normal.png') #aaa top left repeat-x; + background: url('../images/skins/wiz_normal.png') #aaa top left repeat-x; height: 100%; text-align: center; font-size: 75%; diff --git a/htdocs/css/keynote.css b/htdocs/css/keynote.css index 3304c51..276e590 100644 --- a/htdocs/css/keynote.css +++ b/htdocs/css/keynote.css @@ -354,7 +354,7 @@ div.long td.rt { width: 75%; } } .wizard .wiz_header .wiz_tab { - background; url('../images/skins/wiz_normal.png') #aaa top left repeat-x; + background: url('../images/skins/wiz_normal.png') #aaa top left repeat-x; height: 100%; text-align: center; font-size: 75%; diff --git a/htdocs/css/openweb.css b/htdocs/css/openweb.css index 08f1a5c..3eb5622 100644 --- a/htdocs/css/openweb.css +++ b/htdocs/css/openweb.css @@ -319,7 +319,7 @@ div.long td.rt { width: 65%; } } .wizard .wiz_header .wiz_tab { - background; url('../images/skins/wiz_normal.png') #aaa top left repeat-x; + background: url('../images/skins/wiz_normal.png') #aaa top left repeat-x; height: 100%; text-align: center; font-size: 75%;