Toolbox styles
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 14 Aug 2014 20:21:35 +0000 (16:21 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 14 Aug 2014 20:21:35 +0000 (16:21 -0400)
Readd styles for b strong and bullet list.

styles.css

index f932795..5e01748 100644 (file)
@@ -1041,4 +1041,32 @@ footer .copyright .separator {
 }
 #weather .weatherTmp {
     font-size: 20px;
+}
+/*Reset stuff*/
+#main b, strong {
+    font-weight: bold;
+}
+#main li ul, li ol {
+    margin:0 1.5em;
+}
+#main ul,#main  ol {
+    margin:0 1.5em 1.5em 1.5em;
+}
+#main ul {
+    list-style-type:disc;
+    line-height: 130%;
+    font-size: 14px;
+    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
+}
+#main ol {
+    list-style-type:decimal;
+}
+#main ol ol {
+    list-style: upper-alpha;
+}
+#main ol ol ol {
+    list-style: lower-roman;
+}
+#main ol ol ol ol {
+    list-style: lower-alpha;
 }
\ No newline at end of file