2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

tweaks and increase specificity of pills and active classes

This commit is contained in:
Mark Otto
2011-12-10 22:21:08 -08:00
parent 4d55356e9b
commit d587845149
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -182,7 +182,7 @@
// Pills
.pills {
a {
> a {
padding: 0 15px;
margin: 5px 3px 5px 0;
line-height: 30px;
@@ -195,7 +195,7 @@
background-color: @linkColorHover;
}
}
.active a {
.active > a {
color: @white;
text-shadow: 0 1px 1px rgba(0,0,0,.25);
background-color: @linkColor;