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:
506457d
)
Small style fix
author
Marcel Werk
<burntime@woltlab.com>
Mon, 2 Jul 2012 13:56:41 +0000
(15:56 +0200)
committer
Marcel Werk
<burntime@woltlab.com>
Mon, 2 Jul 2012 13:56:41 +0000
(15:56 +0200)
wcfsetup/install/files/style/wbb.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/wbb.less
b/wcfsetup/install/files/style/wbb.less
index d2d61c4ed418e679e0d2c991da84ca1ce0a5c6bd..2e6857d3c6c84f894c6418b0bb448fb551d66827 100644
(file)
--- a/
wcfsetup/install/files/style/wbb.less
+++ b/
wcfsetup/install/files/style/wbb.less
@@
-240,6
+240,15
@@
> small {
display: block;
}
+
+ > nav {
+ font-size: @wcfSmallFontSize;
+
+ > ul > li {
+ float: left;
+ margin-right: @wcfGapSmall;
+ }
+ }
}
.columnTopic .wbbTopicLink {