fix bg-clip property's old value, move from padding to padding-box

This commit is contained in:
Mark Otto
2011-08-20 23:47:23 -07:00
parent 4512cc5652
commit 79bdb80543
3 changed files with 11 additions and 11 deletions

View File

@@ -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;
}