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:
a23d6a2
)
Decreased font size for option suffix
author
Alexander Ebert
<ebert@woltlab.com>
Tue, 9 Jun 2015 17:24:40 +0000
(19:24 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Tue, 9 Jun 2015 17:24:40 +0000
(19:24 +0200)
wcfsetup/install/files/style/form.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/form.less
b/wcfsetup/install/files/style/form.less
index c908cb5ff5d4a22f4a99a8e98a04f2380fa37d1e..cace6b93a0bd1805cc715e64895d2635db9c49ec 100644
(file)
--- a/
wcfsetup/install/files/style/form.less
+++ b/
wcfsetup/install/files/style/form.less
@@
-250,6
+250,7
@@
dl:not(.plain) {
border-left-width: 0;
border-radius: 0 3px 3px 0;
color: rgba(153, 153, 153, 1);
+ font-size: .85rem;
padding: @wcfGapTiny @wcfGapSmall;
}