90,866
edits
(add table.FCK__ShowTableBorders) |
(add .FCK__ShowTableBorders definitions) |
||
Line 67: | Line 67: | ||
width: 100%; | width: 100%; | ||
} | } | ||
.prettytable th, .prettytable td { | .prettytable th, .prettytable td, .FCK__ShowTableBorders th, .FCK__ShowTableBorders td { | ||
border: 1px #aaa solid; | border: 1px #aaa solid; | ||
padding: 0.2em; | padding: 0.2em; | ||
} | } | ||
.prettytable th { | .prettytable th, .FCK__ShowTableBorders th { | ||
background: #f2f2f2; | background: #f2f2f2; | ||
text-align: center; | text-align: center; | ||
} | } | ||
.prettytable caption { | .prettytable caption, .FCK__ShowTableBorders caption { | ||
font-weight: bold; | font-weight: bold; | ||
} | } |
edits