diff options
author | Eric Engestrom <eric@engestrom.ch> | 2016-03-12 15:50:03 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2016-03-13 09:14:25 +0100 |
commit | 7b13203b817084717a46e2f671e3cb533fdb1092 (patch) | |
tree | cbe32428a028fa8356801b42a91f5a95e85062e4 /web/html/css | |
parent | 95140b880b035f07f4545c8421230c25349b45e4 (diff) | |
download | aur-7b13203b817084717a46e2f671e3cb533fdb1092.tar.gz aur-7b13203b817084717a46e2f671e3cb533fdb1092.tar.xz |
Limit comment height to 15 lines
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/html/css')
-rw-r--r-- | web/html/css/aurweb.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css index f5e10371..f777ab83 100644 --- a/web/html/css/aurweb.css +++ b/web/html/css/aurweb.css @@ -148,3 +148,8 @@ label.confirmation, color: red; font-weight: bold; } + +#news div p { + max-height: 15em; + overflow: auto; +} |