diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-12-07 00:00:47 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-12-07 00:00:47 +0100 |
commit | 5490919557362176ae50005f3f205505c21cbe23 (patch) | |
tree | 0b523909ffcae34d08b32302fe5c448013058f93 | |
parent | a6cb25020bb5200cc3c00ecc941ddb751644fbcc (diff) | |
download | volse-hubzilla-5490919557362176ae50005f3f205505c21cbe23.tar.gz volse-hubzilla-5490919557362176ae50005f3f205505c21cbe23.tar.bz2 volse-hubzilla-5490919557362176ae50005f3f205505c21cbe23.zip |
css fixes for blockquote and code (use same padding)
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index a8b18a27e..3a237b2ec 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -129,7 +129,7 @@ pre code { code { font-size: 1em; - padding: 1em; + padding: 1em 1.5em; border: 1px solid #ccc; background: #ccc; color: #000; @@ -1887,9 +1887,7 @@ blockquote { font-size: $font_size; font-style: italic; border-left: 3px solid #ccc; - padding: 0.4em; - color: #4d4d4d; - margin: 0px 0px 0px 20px; + padding: 1em 0px 1em 1.5em; } .badge { |