Update table CSS

This commit is contained in:
Milo Yip 2014-07-08 14:21:17 +08:00
parent 62970ee230
commit 3600c6b474

View File

@ -99,6 +99,16 @@ pre.fragment {
line-height: 19px;
}
table.doxtable th {
background-color: #f8f8f8;
color: #333333;
font-size: 15px;
}
table.doxtable td, table.doxtable th {
border: 1px solid #ddd;
}
#doc-content {
background-color: #fff;
width: 918px;