* set the width of .rowhead in .side.

This commit is contained in:
wangchunsheng
2011-02-25 05:55:05 +00:00
parent 18c75385e3
commit c84fed99cf
+2 -1
View File
@@ -173,7 +173,8 @@ caption {border:1px solid #e4e4e4; background:#efefef; margin:0; padding:2px
.colhead th a{color:#333; font-size:12px;}
.colhead th a:hover{color:#F30;}
.rowhead {font-weight:bold; text-align:right; border-right:1px solid #e4e4e4}
.rowhead {font-weight:bold; text-align:right; width:100px; border-right:1px solid #e4e4e4}
.side .rowhead {width:20%}
.fixed {table-layout:fixed}
.nobr {overflow:hidden; white-space:nowrap;}