From 2ca215813129e0690f64f6376171bf9a854b4a6b Mon Sep 17 00:00:00 2001
From: scotty <scott@unitedcreations.com>
Date: Thu, 25 Feb 2016 17:15:44 -0800
Subject: [PATCH] little css fixes

---
 _sass/_base.sass | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/_sass/_base.sass b/_sass/_base.sass
index 9635d4f1d3..db1888ab63 100644
--- a/_sass/_base.sass
+++ b/_sass/_base.sass
@@ -699,6 +699,12 @@ section
 		padding: 15px
 		overflow-x: scroll
 
+
+	h1 code, h2 code, h3 code, h4 code, h5 code, h6 code
+		font-family: inherit
+		font-size: inherit
+		background-color: transparent
+
 	ul li
 		list-style: disc
 
@@ -710,12 +716,16 @@ section
 		padding-left: 30px
 		font-weight: 300
 
+	ul ul, ol ol, ul ol, ol ul
+		margin: 0.75em 0
+
 	li
-		margin-bottom: 1em
+		margin-bottom: 0.75em
 
 	table
 		width: 100%
 		border: 1px solid #ccc
+		border-spacing: 0
 
 	thead, tr:nth-child(even)
 		background-color: $light-grey
@@ -725,10 +735,13 @@ section
 		color: white
 
 	th, td
-		padding: 6px
+		padding: 8px
 		text-align: left
 		margin: 0
 
+	th
+		font-weight: normal
+
 	td
 		font-size: 0.85em