From edbf7d44136018a9e1732da6ac0c21f0590f4651 Mon Sep 17 00:00:00 2001 From: Bernardo Freitas Paulo da Costa Date: Tue, 10 Jun 2008 15:05:36 +0200 Subject: [PATCH] Typo in css, now default.css should be valid. (Same changes in keynote and openweb, grep is our friend) --- htdocs/css/default.css | 2 +- htdocs/css/keynote.css | 2 +- htdocs/css/openweb.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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%; -- 2.1.4