diff options
| author | Owen Jacobson <owen.jacobson@grimoire.ca> | 2013-01-03 15:04:31 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen.jacobson@grimoire.ca> | 2013-01-03 15:04:39 -0500 |
| commit | b1f0f06d0881d039525796338bcc831603e6a73b (patch) | |
| tree | 28f04355d55ddcfe75b9ac1303d07c99d2490568 /static/media | |
| parent | 35c66248fdb61c13e54fd50b06b93823fdf8f4fe (diff) | |
Add visual separation for disqus box.
While I dislike using background-coloured borders, this is consistent with
markdoc's stock CSS, which I'm still using.
Diffstat (limited to 'static/media')
| -rw-r--r-- | static/media/css/custom.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/media/css/custom.css b/static/media/css/custom.css index 6159125..a19c798 100644 --- a/static/media/css/custom.css +++ b/static/media/css/custom.css @@ -3,6 +3,7 @@ body #comments { clear: both; float: left; overflow: hidden; + border-top: 8px solid #f6f6f6; padding: 15px 20px; width: 610px; } |
