diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-24 10:23:23 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-24 10:23:23 +0100 |
commit | 727a2fe4ea2447a82967e1791eeb8116e69bd9f9 (patch) | |
tree | 3b5c3d63c51ce164ed51efc89dc07e8065c0c39f /view/theme/redbasic/css | |
parent | cb6c21ce9040d57a96210778148e46f1d5aed22d (diff) | |
download | volse-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/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
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; } |