diff options
| author | Mark Otto <[email protected]> | 2011-09-28 19:06:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-28 19:06:10 -0700 |
| commit | 6d541a6066d46bff19833707deeca8f41279b180 (patch) | |
| tree | 5291058e6adbda714e76a77de8a61c661b3be951 /lib/patterns.less | |
| parent | b5acabe4fd7dd2bb14424a88944152bbebd2e07d (diff) | |
| download | bootstrap-6d541a6066d46bff19833707deeca8f41279b180.tar.xz bootstrap-6d541a6066d46bff19833707deeca8f41279b180.zip | |
pulling out more stuff and fixing file name at top of file
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 1ba218c36..eae09a596 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -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; } |
