Added CSS for native lists
authorMarcel Werk <burntime@woltlab.com>
Thu, 31 Jan 2013 00:34:09 +0000 (01:34 +0100)
committerMarcel Werk <burntime@woltlab.com>
Thu, 31 Jan 2013 00:34:09 +0000 (01:34 +0100)
wcfsetup/install/files/style/global.less

index c219b4708f90586033071d44e297a2dd33e7500f..380c8435fe3ba8426a7aae0b0b7af4b250f76ba1 100644 (file)
@@ -53,6 +53,25 @@ a {
        }
 }
 
+.nativeList,
+.nativeList {
+       margin: 1em 0;
+       margin-left: 40px;
+       
+       ul,
+       ol {
+               margin-bottom: 0;
+               margin-top: 0;
+       }
+}
+
+ul.nativeList {
+       list-style-type: disc;
+}
+ol.nativeList {
+       list-style-type: decimal;
+}
+
 .htmlContent {
        p {
                margin: 1em 0;
@@ -70,6 +89,18 @@ a {
                font-weight: bold;
                margin: 0.5em 0;
        }
+       
+       ul, ol {
+               .nativeList;
+       }
+       
+       ul {
+               list-style-type: disc;
+       }
+       
+       ol {
+               list-style-type: decimal;
+       }
 }
 
 /* hide broken reCaptcha iframe */