diff options
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/txt/bbs.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css index fef3acd..fd2e6f0 100644 --- a/static/css/txt/bbs.css +++ b/static/css/txt/bbs.css @@ -24,10 +24,12 @@ h1, h5 { font-size: 20px; margin: 0; + line-height: 1em; } h2 { font-size: 1em; margin: 0 0 0.5em; + line-height: 1.3em; } h2 a { font-size: 1.5em; @@ -36,6 +38,7 @@ h2 a { h3 { font-size: 18px; margin: 8px 0; + line-height: 1em; } h3 span { display: inline-block; |