From 877e263f34845ccf8383959e240d07cdfe00cb0d Mon Sep 17 00:00:00 2001 From: wlx Date: Fri, 2 Jul 2010 16:57:58 +0000 Subject: [PATCH] add ol li auto word break. --- htdocs/css/water.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/css/water.css b/htdocs/css/water.css index 58f98922..fbbd1c82 100644 --- a/htdocs/css/water.css +++ b/htdocs/css/water.css @@ -12,8 +12,10 @@ html{height:100%;} /* used in water */ .PageNavigation{padding-left:30px;} hr{border: none 0;border-bottom:1px dashed #ccc;height: 1px;width:100%;margin:0;padding:5px 0 5px 0;} +li {white-space:nowrap;} #mdlist{} #mdlist span{width:80%;} +#mdlist ol li{white-space:normal;} .t1highlight{background-color: #ccccff;} .t3highlight{background-color: #ccccff;} .t2highlight{background-color: #FFCCCC;} @@ -75,7 +77,7 @@ dd,dt{float:left;margin:0;} #links dd {padding-bottom:5px;margin-left:15px;margin-top:-5px;} .note{font-size:10px;color:gray;} -li {white-space:nowrap;} + #series fieldset {border-bottom:0;} #category fieldset {border-bottom:0;} #detailxml {margin:10px;}