James Moger
2012-01-31 78dc06a87f82ed19e3eebe1f16dc6c1bdaf5fbc5
resources/markdown.css
@@ -4,6 +4,11 @@
div.markdown {
   line-height: 1.4em;
   color: black;
}
div.markdown li {
   color: black;
}
div.markdown h1,
@@ -16,16 +21,14 @@
}
div.markdown h1 {    
    margin-top: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #000080 !important;
}
div.markdown h2 {
    margin-top: 1em;
    margin-bottom: 0.5em;    
    padding-bottom: 0.5em;
   border-bottom: 2px solid #000080 !important;    
}
@@ -64,4 +67,10 @@
div.markdown em {
   color: #b05000;
}
div.markdown table.text th, div.markdown table.text td {
   vertical-align: top;
   border-top: 1px solid #ccc;
   padding:5px;
}