diff options
| author | Mark Otto <[email protected]> | 2011-08-20 23:47:23 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-08-20 23:47:23 -0700 |
| commit | 79bdb80543702348976a9cbd0c0b9bd2472fb148 (patch) | |
| tree | 399b0ba73039ef86ed90a8a32e026f7c00f264e0 /lib | |
| parent | 4512cc565241159fc9c19b05f6d72bf01106cae6 (diff) | |
| download | bootstrap-79bdb80543702348976a9cbd0c0b9bd2472fb148.tar.xz bootstrap-79bdb80543702348976a9cbd0c0b9bd2472fb148.zip | |
fix bg-clip property's old value, move from padding to padding-box
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 69d747463..0a2ae0158 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -510,7 +510,7 @@ div.modal { border: 1px solid rgba(0,0,0,.3); .border-radius(6px); .box-shadow(0 3px 7px rgba(0,0,0,0.3)); - .background-clip(padding); + .background-clip(padding-box); .modal-header { border-bottom: 1px solid #eee; padding: 5px 20px; @@ -649,7 +649,7 @@ div.twipsy { background-color: @white; padding: 14px; .border-radius(0 0 3px 3px); - .background-clip(padding); + .background-clip(padding-box); p, ul, ol { margin-bottom: 0; } |
