diff options
| author | Jacob Thornton <[email protected]> | 2011-09-02 00:31:19 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-02 00:31:19 -0700 |
| commit | 462287e25e0c2295884ad0d2cab31b0cd0b90b26 (patch) | |
| tree | 6d83c26f12fd7dd2ac4bd9136874d525c4dabc4b /lib/patterns.less | |
| parent | c098225cd52e212911c6eb1b71a23b7e8eb726ad (diff) | |
| download | bootstrap-462287e25e0c2295884ad0d2cab31b0cd0b90b26.tar.xz bootstrap-462287e25e0c2295884ad0d2cab31b0cd0b90b26.zip | |
div > ul ftw
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index eeeb214fd..77b16de7b 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -108,7 +108,8 @@ // Topbar Nav // ul.nav for all topbar based navigation to avoid inheritance issues and over-specificity -.topbar h3 ~ ul, .nav { +.topbar div > ul, +.nav { display: block; float: left; margin: 0 10px 0 0; |
