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:
e9984fa
)
Fixed badges in main menu
author
Marcel Werk
<burntime@woltlab.com>
Fri, 4 Jan 2013 15:38:48 +0000
(16:38 +0100)
committer
Marcel Werk
<burntime@woltlab.com>
Fri, 4 Jan 2013 15:38:48 +0000
(16:38 +0100)
wcfsetup/install/files/style/layout.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/layout.less
b/wcfsetup/install/files/style/layout.less
index 74bdc8686a0c8d155bfab03ced8303975e7bc7d6..fb57e15aed4abb8438cd948faa062d11e4eb8d37 100644
(file)
--- a/
wcfsetup/install/files/style/layout.less
+++ b/
wcfsetup/install/files/style/layout.less
@@
-148,8
+148,8
@@
}
> .badge {
- font-size:
6
0%;
- top: -
2
px;
+ font-size:
7
0%;
+ top: -
1
px;
}
}
@@
-164,6
+164,11
@@
min-width: 80px;
padding: 14px 21px 8px;
text-align: center;
+
+ > .badge {
+ font-size: 60%;
+ top: -2px;
+ }
}
}