summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2016-03-12 14:50:03 +0000
committerLukas Fleischer <lfleischer@archlinux.org>2016-03-13 09:14:25 +0100
commit7b13203b817084717a46e2f671e3cb533fdb1092 (patch)
treecbe32428a028fa8356801b42a91f5a95e85062e4
parent95140b880b035f07f4545c8421230c25349b45e4 (diff)
downloadaurweb-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>
-rw-r--r--web/html/css/aurweb.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css
index f5e1037..f777ab8 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;
+}