# HG changeset patch # User Steve Losh # Date 1263025915 18000 # Node ID 9bd11f5c9786222c382d35bfea76b9f7ebcc99d9 # Parent 733700e9acb65f859def661811c1c288b8c22259 Add Disqus comments. I'll deal with the train wreck that is Disqus' layout/typography later. diff -r 733700e9acb6 -r 9bd11f5c9786 layout/_post.html --- a/layout/_post.html Sat Jan 09 02:40:42 2010 -0500 +++ b/layout/_post.html Sat Jan 09 03:31:55 2010 -0500 @@ -18,4 +18,16 @@ {% endarticle %} {% endfilter %} + +

Comments

+ +
+ + + + comments powered by + Disqus + {% endblock %} \ No newline at end of file diff -r 733700e9acb6 -r 9bd11f5c9786 media/css/base.css --- a/media/css/base.css Sat Jan 09 02:40:42 2010 -0500 +++ b/media/css/base.css Sat Jan 09 03:31:55 2010 -0500 @@ -229,3 +229,43 @@ background: none; border: none; } + +/* Comment styles. */ +h1#comment-header { + margin-top: 1.5em; +} +div#disqus_thread ul#dsq-comments li div div { + font-size: 14px; +} +div#disqus_thread ul#dsq-comments li { + margin-bottom: 2em; +} +div#dsq-comments-title h3 { + font-size: 14px; + font-weight: normal; + color: #666; + margin-top: -1em; + margin-bottom: 1em; +} +div.dsq-options { + display: none; +} +div#content div#disqus_thread ul#dsq-comments li div table tbody tr { + background: #eee; +} +div#content div#disqus_thread ul#dsq-comments li div table { + background: #e5e5e5; + border: 1px solid #bbb; +} +div#dsq-new-post.dsq-post-area { + margin-top: 2.25em; +} +div#dsq-thread-settings.dsq-thread-settings { + margin-top: 2em; + margin-bottom: 0em; + font-size: 14px; +} +div#disqus_thread table tbody tr td.dsq-request-user-name small, +#dsq-new-post div.dsq-request-user-info a { + font-size: 14px; +}