aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-11 20:00:45 -0700
committerMark Otto <[email protected]>2011-09-11 20:00:45 -0700
commit2674210ff06a9ceaaa98263a2cbe2246fcd21111 (patch)
treeb4c62c2548e285e869d0f0489910d111c42a0f68 /lib
parent6bc867ed5c20972801226467feb63e85c9dec060 (diff)
downloadbootstrap-2674210ff06a9ceaaa98263a2cbe2246fcd21111.tar.xz
bootstrap-2674210ff06a9ceaaa98263a2cbe2246fcd21111.zip
move the .brand from the parent to the a tag in the topbar; fix the moving text in IE7
Diffstat (limited to 'lib')
-rw-r--r--lib/patterns.less22
1 files changed, 11 insertions, 11 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index 901ac12de..88f56ea59 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -33,19 +33,19 @@
// Website name
// h3 left for backwards compatibility
- .brand,
h3 {
position: relative;
- a {
- float: left;
- display: block;
- padding: 8px 20px 12px;
- margin-left: -20px; // negative indent to left-align the text down the page
- color: @white;
- font-size: 20px;
- font-weight: 200;
- line-height: 1;
- }
+ }
+ h3 a,
+ .brand {
+ float: left;
+ display: block;
+ padding: 8px 20px 12px;
+ margin-left: -20px; // negative indent to left-align the text down the page
+ color: @white;
+ font-size: 20px;
+ font-weight: 200;
+ line-height: 1;
}
// Plain text in topbar