diff options
| author | Jacob Thornton <[email protected]> | 2011-09-11 20:09:20 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-11 20:09:20 -0700 |
| commit | e255b4f51dd690cbdcf75a1a7e93ddc5c07499f2 (patch) | |
| tree | 8240da6f42f42b458210fcc33c8df60aecb8aec9 /lib/patterns.less | |
| parent | 173be3f1e87a83f8e85bef8ddb979a921ccee9d1 (diff) | |
| parent | 2674210ff06a9ceaaa98263a2cbe2246fcd21111 (diff) | |
| download | bootstrap-e255b4f51dd690cbdcf75a1a7e93ddc5c07499f2.tar.xz bootstrap-e255b4f51dd690cbdcf75a1a7e93ddc5c07499f2.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 | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 1e601adf4..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 @@ -941,19 +941,19 @@ input[type=submit].btn { li { display: inline; } - .thumbnail { + a { float: left; padding: 4px; margin: 0 0 20px 20px; border: 1px solid #ddd; .border-radius(4px); .box-shadow(0 1px 1px rgba(0,0,0,.075)); + img { + display: block; + } &:hover { border-color: @linkColor; .box-shadow(0 1px 4px rgba(0,105,214,.25)); } } - img { - display: block; - } } |
