diff options
| author | Jacob Thornton <[email protected]> | 2011-09-10 14:04:51 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-10 14:04:51 -0700 |
| commit | 39fc13093eb90ffcc047cbb7ab5f3b5b9ff3294f (patch) | |
| tree | adadf9ee81ba1ae2b2a2f6492d1622abbff41d1d /lib/patterns.less | |
| parent | 5f65df9e2db7c16c3c64930331a467e18501e20c (diff) | |
| parent | 6d99ae56591f94327453f5dc51e3ce57c64cb831 (diff) | |
| download | bootstrap-39fc13093eb90ffcc047cbb7ab5f3b5b9ff3294f.tar.xz bootstrap-39fc13093eb90ffcc047cbb7ab5f3b5b9ff3294f.zip | |
Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 6 |
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; |
