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:
b4cc5c5
)
Small optimization
author
Luzifr
<szekely@woltlab.com>
Wed, 8 Feb 2012 11:16:01 +0000
(12:16 +0100)
committer
Luzifr
<szekely@woltlab.com>
Wed, 8 Feb 2012 11:16:01 +0000
(12:16 +0100)
wcfsetup/install/files/acp/style/wcf.css
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/acp/style/wcf.css
b/wcfsetup/install/files/acp/style/wcf.css
index b2623b6687e591a37acf23fe752a0aa15ecd4c22..090085919fd252055c6f3908bdd8a3ffd8384a93 100644
(file)
--- a/
wcfsetup/install/files/acp/style/wcf.css
+++ b/
wcfsetup/install/files/acp/style/wcf.css
@@
-1827,6
+1827,10
@@
dl > dd > small {
display: block;
}
+dl > dd > p {
+ margin-top: 5px;
+}
+
/* Nested */
dl > dd > fieldset {