diff options
| author | Mark Otto <[email protected]> | 2014-07-08 00:25:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 00:25:13 -0700 |
| commit | b29268dc487010c43f4cab8e8e0e2891582804ab (patch) | |
| tree | e4140dc86236dc76c4fbd09581d66d6327e92257 /less | |
| parent | 97008c381ac586640f5ff78b72d5fcf84606e6d0 (diff) | |
| download | bootstrap-b29268dc487010c43f4cab8e8e0e2891582804ab.tar.xz bootstrap-b29268dc487010c43f4cab8e8e0e2891582804ab.zip | |
drop wells
Diffstat (limited to 'less')
| -rw-r--r-- | less/bootstrap.less | 1 | ||||
| -rw-r--r-- | less/wells.less | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/less/bootstrap.less b/less/bootstrap.less index 61b77474f..61bde9c05 100644 --- a/less/bootstrap.less +++ b/less/bootstrap.less @@ -36,7 +36,6 @@ @import "list-group.less"; @import "panels.less"; @import "responsive-embed.less"; -@import "wells.less"; @import "close.less"; // Components w/ JavaScript diff --git a/less/wells.less b/less/wells.less deleted file mode 100644 index 15d072b0c..000000000 --- a/less/wells.less +++ /dev/null @@ -1,29 +0,0 @@ -// -// Wells -// -------------------------------------------------- - - -// Base class -.well { - min-height: 20px; - padding: 19px; - margin-bottom: 20px; - background-color: @well-bg; - border: 1px solid @well-border; - border-radius: @border-radius-base; - .box-shadow(inset 0 1px 1px rgba(0,0,0,.05)); - blockquote { - border-color: #ddd; - border-color: rgba(0,0,0,.15); - } -} - -// Sizes -.well-lg { - padding: 24px; - border-radius: @border-radius-large; -} -.well-sm { - padding: 9px; - border-radius: @border-radius-small; -} |
