diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-31 13:59:28 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-31 13:59:28 +0200 |
commit | 614366e499eb5735673ebceb6814440f66968826 (patch) | |
tree | 47fbf4cb94ab46529273939ebd8c9dc3b5c028a8 /view/theme/redbasic | |
parent | dc55c710da8b52c9a8e60663ad00aae28bbc8c6b (diff) | |
download | volse-hubzilla-614366e499eb5735673ebceb6814440f66968826.tar.gz volse-hubzilla-614366e499eb5735673ebceb6814440f66968826.tar.bz2 volse-hubzilla-614366e499eb5735673ebceb6814440f66968826.zip |
css fixes
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 29242db27..f96bd8dda 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -196,7 +196,7 @@ nav { width: 100%; max-height: 50%; background: $comment_item_colour; - padding: 20px; + padding: 1rem; border-bottom: #ccc 1px solid; overflow: auto; -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2); |