Fix for ticket #386
authorJef van Schendel <mail@jefvanschendel.nl>
Thu, 9 Feb 2012 20:46:57 +0000 (21:46 +0100)
committerJef van Schendel <mail@jefvanschendel.nl>
Thu, 9 Feb 2012 20:46:57 +0000 (21:46 +0100)
mediagoblin/static/css/base.css

index efd7b56119ad3fabfee29cf987f7ea0d6050fa4e..73b07384e2279156fbd6cc1a283496a44acc2327 100644 (file)
@@ -79,6 +79,22 @@ a.highlight {
   color: #fff;
 }
 
+em {
+  font-style: italic;
+}
+
+strong {
+  font-weight: bold;
+}
+
+ul {
+  list-style: disc inside;
+}
+
+ol {
+  list-style: decimal inside;
+}
+
 label {
   font-weight: normal;
 }