add ol li auto word break.
This commit is contained in:
parent
2558d8712d
commit
877e263f34
|
@ -12,8 +12,10 @@ html{height:100%;}
|
||||||
/* used in water */
|
/* used in water */
|
||||||
.PageNavigation{padding-left:30px;}
|
.PageNavigation{padding-left:30px;}
|
||||||
hr{border: none 0;border-bottom:1px dashed #ccc;height: 1px;width:100%;margin:0;padding:5px 0 5px 0;}
|
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{}
|
||||||
#mdlist span{width:80%;}
|
#mdlist span{width:80%;}
|
||||||
|
#mdlist ol li{white-space:normal;}
|
||||||
.t1highlight{background-color: #ccccff;}
|
.t1highlight{background-color: #ccccff;}
|
||||||
.t3highlight{background-color: #ccccff;}
|
.t3highlight{background-color: #ccccff;}
|
||||||
.t2highlight{background-color: #FFCCCC;}
|
.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;}
|
#links dd {padding-bottom:5px;margin-left:15px;margin-top:-5px;}
|
||||||
.note{font-size:10px;color:gray;}
|
.note{font-size:10px;color:gray;}
|
||||||
|
|
||||||
li {white-space:nowrap;}
|
|
||||||
#series fieldset {border-bottom:0;}
|
#series fieldset {border-bottom:0;}
|
||||||
#category fieldset {border-bottom:0;}
|
#category fieldset {border-bottom:0;}
|
||||||
#detailxml {margin:10px;}
|
#detailxml {margin:10px;}
|
||||||
|
|
Loading…
Reference in New Issue