diff options
| author | Mark Otto <[email protected]> | 2013-01-17 20:16:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-17 20:16:04 -0800 |
| commit | ca74b9882b1c2029bfd0d091fd372007b9dc7420 (patch) | |
| tree | ae7a97d901a0ffad6d8dfe3ec99c1c563b1ecabe /less | |
| parent | 89b6477bdc3c86a59c22a62778a6879c220c5df5 (diff) | |
| download | bootstrap-ca74b9882b1c2029bfd0d091fd372007b9dc7420.tar.xz bootstrap-ca74b9882b1c2029bfd0d091fd372007b9dc7420.zip | |
Change .img-polaroid to .img-thumbnail
* Same code, but different classes was confusing
* Now .img-thumbnail just extends .thumbnail
Diffstat (limited to 'less')
| -rw-r--r-- | less/scaffolding.less | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less index 3748b00eb..7cc77b1bd 100644 --- a/less/scaffolding.less +++ b/less/scaffolding.less @@ -77,13 +77,10 @@ img { border-radius: 6px; } -// Add polaroid-esque trim -.img-polaroid { - padding: 4px; - background-color: #fff; - border: 1px solid #ccc; - border: 1px solid rgba(0,0,0,.2); - .box-shadow(0 1px 3px rgba(0,0,0,.1)); +// Image thumbnails +.img-thumbnail { + .thumbnail(); + display: inline-block; } // Perfect circle |
