# HG changeset patch # User Steve Losh # Date 1232147497 18000 # Node ID ed09fa884762b91d6b2d400c2d623ebae73049e3 # Parent 532be74eed8f258acd1bd9963972b779b383520b Fixed some comment formatting issues. diff -r 532be74eed8f -r ed09fa884762 site-media/style/blog.css --- a/site-media/style/blog.css Fri Jan 16 00:37:54 2009 -0500 +++ b/site-media/style/blog.css Fri Jan 16 18:11:37 2009 -0500 @@ -53,7 +53,7 @@ margin-left: 2em; } -div.blog-entry-comment-body code, .wmd-preview code, div.blog-entry-comment-body blockquote, .wmd-preview blockquote { +div.blog-entry-comment-body ol, div.blog-entry-comment-body ul, div.blog-entry-comment-body pre, div.blog-entry-comment-body code, div.blog-entry-comment-body blockquote, .wmd-preview ol, .wmd-preview ul, .wmd-preview pre, .wmd-preview code, .wmd-preview blockquote { font-size: 1.0em; padding-bottom: 0em; } @@ -70,7 +70,7 @@ font-size: 1.3em; } -div.blog-entry-comment-body h3, .wmd-preview h3, div.blog-entry-comment-body h4, .wmd-preview h4, div.blog-entry-comment-body h5, .wmd-preview h5 { +div.blog-entry-comment-body h3, .wmd-preview h3, div.blog-entry-comment-body h4, .wmd-preview h4, div.blog-entry-comment-body h5, .wmd-preview h5, div.blog-entry-comment-body h6, .wmd-preview h6 { font-size: 1.2em; } diff -r 532be74eed8f -r ed09fa884762 site-media/style/projects.css --- a/site-media/style/projects.css Fri Jan 16 00:37:54 2009 -0500 +++ b/site-media/style/projects.css Fri Jan 16 18:11:37 2009 -0500 @@ -45,7 +45,7 @@ margin-left: 2em; } -div.projects-project-comment-body code, .wmd-preview code, div.projects-project-comment-body blockquote, .wmd-preview blockquote { +div.projects-project-comment-body ol, div.projects-project-comment-body ul, div.projects-project-comment-body pre, div.projects-project-comment-body code, div.projects-project-comment-body blockquote, .wmd-preview ol, .wmd-preview ul, .wmd-preview pre, .wmd-preview code, .wmd-preview blockquote { font-size: 1.0em; padding-bottom: 0em; } @@ -62,7 +62,7 @@ font-size: 1.3em; } -div.projects-project-comment-body h3, .wmd-preview h3, div.projects-project-comment-body h4, .wmd-preview h4, div.projects-project-comment-body h5, .wmd-preview h5 { +div.projects-project-comment-body h3, .wmd-preview h3, div.projects-project-comment-body h4, .wmd-preview h4, div.projects-project-comment-body h5, .wmd-preview h5, div.projects-project-comment-body h6, .wmd-preview h6 { font-size: 1.2em; }