add ol li auto word break.

This commit is contained in:
wlx 2010-07-02 16:57:58 +00:00
parent 2558d8712d
commit 877e263f34
1 changed files with 3 additions and 1 deletions

View File

@ -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;}