diff options
Diffstat (limited to 'static/media')
| -rw-r--r-- | static/media/css/grimoire.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/static/media/css/grimoire.css b/static/media/css/grimoire.css index e817dd4..0de122c 100644 --- a/static/media/css/grimoire.css +++ b/static/media/css/grimoire.css @@ -19,7 +19,9 @@ strong { } blockquote { - margin-left: 40px; + margin-left: 20px; + border-left: 2px solid #eee; + padding-left: 18px; color: #555; } @@ -132,4 +134,4 @@ h1, h2, h3, h4, h5, h6 { content: " (" attr(href) ")"; font-size: 16px; } -}
\ No newline at end of file +} |
