bootstrap-source/bootstrap-3.0.3/less/wells.less
changeset 115 a9d04f5f5650
parent 114 6093dda9fe38
child 116 00287f05dc6a
     1.1 --- a/bootstrap-source/bootstrap-3.0.3/less/wells.less	Sat Jan 18 12:34:36 2014 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,29 +0,0 @@
     1.4 -//
     1.5 -// Wells
     1.6 -// --------------------------------------------------
     1.7 -
     1.8 -
     1.9 -// Base class
    1.10 -.well {
    1.11 -  min-height: 20px;
    1.12 -  padding: 19px;
    1.13 -  margin-bottom: 20px;
    1.14 -  background-color: @well-bg;
    1.15 -  border: 1px solid darken(@well-bg, 7%);
    1.16 -  border-radius: @border-radius-base;
    1.17 -  .box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
    1.18 -  blockquote {
    1.19 -    border-color: #ddd;
    1.20 -    border-color: rgba(0,0,0,.15);
    1.21 -  }
    1.22 -}
    1.23 -
    1.24 -// Sizes
    1.25 -.well-lg {
    1.26 -  padding: 24px;
    1.27 -  border-radius: @border-radius-large;
    1.28 -}
    1.29 -.well-sm {
    1.30 -  padding: 9px;
    1.31 -  border-radius: @border-radius-small;
    1.32 -}
Impressum Datenschutzerklärung