From cf486a7357b977441fc45ca301606bcbef236bfc Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Sat, 20 Nov 2010 14:44:29 +0000 Subject: [PATCH] + add the define of divider. --- www/theme/browser/ie.6.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/theme/browser/ie.6.css b/www/theme/browser/ie.6.css index 4a3f7c77d3..23fa911a18 100644 --- a/www/theme/browser/ie.6.css +++ b/www/theme/browser/ie.6.css @@ -3,3 +3,4 @@ body{height:100%; overflow:auto} div#footer, div#debugbar, div#hiddenbar{position:absolute;} .yui-d0 {width: 95%;} /* fix the error of fixed layout table. */ .button-s, .button-c, .button-r{padding:0; font-size:14px} +#divider{margin-bottom:35px}