aboutsummaryrefslogtreecommitdiff
path: root/lib/patterns.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-10 13:18:10 -0700
committerMark Otto <[email protected]>2011-09-10 13:18:10 -0700
commite5b4a1ced5aef8bd050b48873d3e74fb2dfe799e (patch)
tree2cb2500caac4c63b3d37d51259039fd66fb5cca8 /lib/patterns.less
parentc797cb61a6a36459b0c3e7b628e22ad3518350e8 (diff)
downloadbootstrap-e5b4a1ced5aef8bd050b48873d3e74fb2dfe799e.tar.xz
bootstrap-e5b4a1ced5aef8bd050b48873d3e74fb2dfe799e.zip
adding .brand to topbar for alternative to using an h3 for wordmark; spelling mistakes fixed
Diffstat (limited to 'lib/patterns.less')
-rw-r--r--lib/patterns.less6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index 0b72054f7..0fb7193c2 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -32,6 +32,8 @@
}
// Website name
+ // h3 left for backwards compatibility
+ .brand,
h3 {
position: relative;
a {
@@ -107,7 +109,7 @@
}
// gradient is applied to it's own element because overflow visible is not honored by ie when filter is present
-// For backwards compatability, include .topbar .fill
+// For backwards compatibility, include .topbar .fill
.topbar-inner,
.topbar .fill {
background-color: #222;
@@ -201,7 +203,7 @@
}
}
-// For backwards compatability with new dropdowns, redeclare dropdown link padding
+// For backwards compatibility with new dropdowns, redeclare dropdown link padding
.topbar ul .menu-dropdown li a,
.topbar ul .dropdown-menu li a {
padding: 4px 15px;