diff options
| author | Owen Jacobson <owen.jacobson@grimoire.ca> | 2016-07-28 10:41:20 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen.jacobson@grimoire.ca> | 2016-07-28 10:41:20 -0400 |
| commit | aeff959a770d1bb160dae56ebfe608a64be718aa (patch) | |
| tree | 9346d98042c03afc6e9a2c226b7745a9d3b71032 /static/media | |
| parent | 2c99a9cb543b26d9264d32c4068c1f3d49488a40 (diff) | |
Blockquote style tweaks
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 +} |
