diff options
Diffstat (limited to 'themes/fab/css-1.5.1/style.css')
| -rw-r--r-- | themes/fab/css-1.5.1/style.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/themes/fab/css-1.5.1/style.css b/themes/fab/css-1.5.1/style.css index 2e6137d41a..a179ec3c07 100644 --- a/themes/fab/css-1.5.1/style.css +++ b/themes/fab/css-1.5.1/style.css @@ -1689,6 +1689,22 @@ html[dir=rtl].field .deletelink { clear: both; } +.markdown p { + margin: 0 0 0.5em; + white-space: pre-wrap; +} +.markdown table { + border-collapse: collapse; +} +.markdown th { + font-weight: bold; +} +.markdown td, +.markdown th { + border: solid thin #000; + padding: 3px; +} + #header_accordion1 { float: left; } |
