ed09fa884762

Fixed some comment formatting issues.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 16 Jan 2009 18:11:37 -0500
parents 532be74eed8f
children 24ce70aa9934
branches/tags (none)
files site-media/style/blog.css site-media/style/projects.css

Changes

--- 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;
 }
 
--- 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;
 }