From 10e493aa0cf7c044e7ffcf9bfafcdb494ad5b99b Mon Sep 17 00:00:00 2001
From: Kris Aubuchon <kaubuchon@madpow.net>
Date: Mon, 13 Jan 2014 11:41:58 -0500
Subject: [PATCH] fixing ol and ul preview/post incongruency

---
 app/assets/stylesheets/desktop/topic-post.scss | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss
index 848c6b749..9ec7c3b46 100644
--- a/app/assets/stylesheets/desktop/topic-post.scss
+++ b/app/assets/stylesheets/desktop/topic-post.scss
@@ -488,10 +488,12 @@ iframe {
 
 .contents .cooked {
   margin-right: 50px;
+  margin-top: 15px;
   word-wrap: break-word;
-  h1, h2, h3 {margin: 10px 0;}
-  ul, ol {margin: 15px 0 0 30px;}
+
+  h1, h2, h3, h4, h5, h6 { margin: 20px 0 10px; }
   li p {margin: 3px 0;}
+
 }
 
   a.mention {