aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-03-24 10:23:23 +0100
committerMario Vavti <mario@mariovavti.com>2017-03-24 10:23:23 +0100
commit727a2fe4ea2447a82967e1791eeb8116e69bd9f9 (patch)
tree3b5c3d63c51ce164ed51efc89dc07e8065c0c39f /view/theme
parentcb6c21ce9040d57a96210778148e46f1d5aed22d (diff)
downloadvolse-hubzilla-727a2fe4ea2447a82967e1791eeb8116e69bd9f9.tar.gz
volse-hubzilla-727a2fe4ea2447a82967e1791eeb8116e69bd9f9.tar.bz2
volse-hubzilla-727a2fe4ea2447a82967e1791eeb8116e69bd9f9.zip
restrict height of images in #banner to 1.5 rem
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index e8e2da40a..3d104f981 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -83,6 +83,11 @@ h6, .h6 {
text-overflow: ellipsis;
}
+#banner img {
+ max-height: 1.5rem;
+ width: auto;
+}
+
.jslider {
font-family: sans-serif, arial, freesans;
}