90,866
edits
(add .FCK__ShowTableBorders definitions) |
(undo FCK__ShowTableBorders changes) |
||
Line 59: | Line 59: | ||
/* prettytable class for skinning normal tables | /* prettytable class for skinning normal tables | ||
*/ | */ | ||
table.prettytable | table.prettytable{ | ||
margin: 1em 1em 1em 0; | margin: 1em 1em 1em 0; | ||
background: #f9f9f9; | background: #f9f9f9; | ||
Line 67: | Line 67: | ||
width: 100%; | width: 100%; | ||
} | } | ||
.prettytable th, .prettytable | .prettytable th, .prettytable td { | ||
border: 1px #aaa solid; | border: 1px #aaa solid; | ||
padding: 0.2em; | padding: 0.2em; | ||
} | } | ||
.prettytable | .prettytable th { | ||
background: #f2f2f2; | background: #f2f2f2; | ||
text-align: center; | text-align: center; | ||
} | } | ||
.prettytable | .prettytable caption { | ||
font-weight: bold; | font-weight: bold; | ||
} | } |
edits