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

pulling out more stuff and fixing file name at top of file

This commit is contained in:
Mark Otto
2011-09-28 19:06:10 -07:00
parent b5acabe4fd
commit 6d541a6066
4 changed files with 11 additions and 19 deletions
+2 -4
View File
@@ -350,7 +350,7 @@
// Basic pill nav
.pills {
a {
margin: 5px 3px 5px 0;
margin: 5px 3px 5px 0;
padding: 0 15px;
text-shadow: 0 1px 1px @white;
line-height: 30px;
@@ -376,7 +376,7 @@
.tab-content > .active,
.pill-content > .active {
display:block;
display: block;
}
@@ -398,8 +398,6 @@
padding: 0 5px;
color: @grayLight;
}
a {
}
.active a {
color: @grayDark;
}