diff options
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/ib.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/static/css/ib.css b/static/css/ib.css index e56c4b6..fb0433d 100644 --- a/static/css/ib.css +++ b/static/css/ib.css @@ -30,7 +30,7 @@ body[data-brd="2d"], body[data-brd="2d"] textarea { } #main_nav { font-size: 14px; - line-height: 1.3em; + line-height: 1.2em; margin-bottom: 0.5em; text-align: center; } @@ -105,6 +105,7 @@ textarea { } .thread { margin-right: 170px; + line-height: 18px; } .thread table { border-collapse: collapse; @@ -202,7 +203,10 @@ textarea { font-size: 12px; line-height: 1; margin: 0 -1px; - padding: 2px 4px; + padding: 1px 4px; +} +.nav { + line-height: 1; } .thumbpreview { display: inline-block; |