diff options
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/ib.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/css/ib.css b/static/css/ib.css index fb0433d..666522a 100644 --- a/static/css/ib.css +++ b/static/css/ib.css @@ -27,6 +27,7 @@ body[data-brd="2d"], body[data-brd="2d"] textarea { .postarea table { margin: 0 auto; text-align: left; + line-height: 1em; } #main_nav { font-size: 14px; @@ -95,6 +96,7 @@ textarea { #rules { width: 468px; font-size: 13px; + line-height: 15px; } #rules ul { margin: 4px 0 0; @@ -126,6 +128,9 @@ textarea { float: left; margin: 0 20px; } +.thumb.expanded { + margin-bottom: 1em; +} .ell { font-family: Mona, IPAMonaPGothic, Monapo, "MS PGothic", YOzFontAA97; vertical-align: top; @@ -392,6 +397,9 @@ textarea { width: auto; height: auto; } + .thumb.expanded { + margin-bottom: 8px; + } blockquote { margin: 8px !important; } |