diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-04-26 13:03:46 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-04-26 13:03:46 -0400 |
commit | 604a665b0ed06801e77aaf7fbc194c33abff9679 (patch) | |
tree | 7d7b4cfd7f96dce1b84e326f311b47ff226afd63 /public/assets/style.css | |
parent | 8848e233342657388ccb41fb4f2d5890bc942e05 (diff) |
style.css: The blockquotes looked out of place
Diffstat (limited to 'public/assets/style.css')
-rw-r--r-- | public/assets/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/assets/style.css b/public/assets/style.css index 5d919b1..60e7f73 100644 --- a/public/assets/style.css +++ b/public/assets/style.css @@ -10,9 +10,9 @@ body { } blockquote { - border-left: solid .4em #0000AA; - margin-left: .25em; - padding-left: 1.25em; + border-left: solid .2em #DDDDFF; + margin-left: 1.5em; + padding-left: 0.3em; font-style: italic; } |