diff options
Diffstat (limited to 'static/css/txt')
-rw-r--r-- | static/css/txt/bbs.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css index e8857d9..55d74d1 100644 --- a/static/css/txt/bbs.css +++ b/static/css/txt/bbs.css @@ -177,9 +177,11 @@ label { .end { margin-top: 0.5em; } -.reply, #rules { +.reply, +#rules { clear: both; line-height: 18px; + overflow: hidden; } .num { color: inherit !important; @@ -213,7 +215,9 @@ a.thumb { margin: 1em 20px; text-decoration: none; } -.hidden .msg, .hidden .thumb, .hidden .quoted { +.hidden .msg, +.hidden .thumb, +.hidden .quoted { display: none; } a.yt { |