Added CSS class for HTML content
authorMarcel Werk <burntime@woltlab.com>
Mon, 3 Dec 2012 17:34:21 +0000 (18:34 +0100)
committerMarcel Werk <burntime@woltlab.com>
Mon, 3 Dec 2012 17:34:21 +0000 (18:34 +0100)
wcfsetup/install/files/style/global.less

index 9bac2decb801605a974bf1ef69c47cc6f694037c..86e517a11320f52e361f284543ca204b371165df 100644 (file)
@@ -53,6 +53,25 @@ a {
        }
 }
 
+.htmlContent {
+       p {
+               margin: 1em 0;
+       }
+       
+       h1 {
+               font-size: @wcfSubHeadlineFontSize;
+       }
+       
+       h2 {
+               font-size: @wcfTitleFontSize;
+       }
+
+       h1, h2, h3, h4, h5, h6 {
+               font-weight: bold;
+               margin: 0.5em 0;
+       }
+}
+
 /* todo */
 ::selection {
        text-shadow: 0 1px 0 rgba(255, 255, 255, .5) !important;