diff options
| author | Jacob Thornton <[email protected]> | 2011-09-02 23:16:06 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-02 23:16:06 -0700 |
| commit | cf23dc4f241196894a1de85786dc3070a29bfc58 (patch) | |
| tree | 3f08bf9367c516d9465e221f030d8f4d7f4d2d44 /lib/patterns.less | |
| parent | 2883888a57492aa080c4202bdb90fd2606b05365 (diff) | |
| parent | 168551cd4f2139bbd050864c4231baa7e7b796dc (diff) | |
| download | bootstrap-cf23dc4f241196894a1de85786dc3070a29bfc58.tar.xz bootstrap-cf23dc4f241196894a1de85786dc3070a29bfc58.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 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 57e682da8..72ca3b559 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -46,6 +46,15 @@ } } + // Plain text in topbar + p { + margin: 0; + line-height: 40px; + a:hover { + background-color: transparent; + } + } + // Search Form form { float: left; @@ -312,6 +321,7 @@ a.menu:after, // Basic Tabs .tabs { + float: left; width: 100%; border-bottom: 1px solid #ddd; > li { @@ -385,7 +395,6 @@ a.menu:after, .hero-unit { background-color: #f5f5f5; - margin-top: 60px; margin-bottom: 30px; padding: 60px; .border-radius(6px); |
