projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15213bc
)
Added CSS class for HTML content
author
Marcel Werk
<burntime@woltlab.com>
Mon, 3 Dec 2012 17:34:21 +0000
(18:34 +0100)
committer
Marcel Werk
<burntime@woltlab.com>
Mon, 3 Dec 2012 17:34:21 +0000
(18:34 +0100)
wcfsetup/install/files/style/global.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/global.less
b/wcfsetup/install/files/style/global.less
index 9bac2decb801605a974bf1ef69c47cc6f694037c..86e517a11320f52e361f284543ca204b371165df 100644
(file)
--- a/
wcfsetup/install/files/style/global.less
+++ b/
wcfsetup/install/files/style/global.less
@@
-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;