From b1f0f06d0881d039525796338bcc831603e6a73b Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 3 Jan 2013 15:04:31 -0500 Subject: 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. --- static/media/css/custom.css | 1 + 1 file changed, 1 insertion(+) (limited to 'static') 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; } -- cgit v1.2.3