diff options
| author | Mark Otto <[email protected]> | 2011-10-16 03:00:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-16 03:00:58 -0700 |
| commit | 9e9109469e5c86c4232cc744639b286bcd9ef0ba (patch) | |
| tree | 64ee59435ab9be44246fdb62ba70fffe1c525413 /lib/mixins.less | |
| parent | fbe22f05800a3ce4ae3a880914d8e03cb1e01d1b (diff) | |
| download | bootstrap-9e9109469e5c86c4232cc744639b286bcd9ef0ba.tar.xz bootstrap-9e9109469e5c86c4232cc744639b286bcd9ef0ba.zip | |
biiiiiig update coming for responsiveness
Diffstat (limited to 'lib/mixins.less')
| -rw-r--r-- | lib/mixins.less | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/mixins.less b/lib/mixins.less index 22a30a1c8..16ea91ba4 100644 --- a/lib/mixins.less +++ b/lib/mixins.less @@ -101,9 +101,6 @@ -webkit-border-radius: @radius; -moz-border-radius: @radius; border-radius: @radius; - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; } .border-radius-custom(@topLeft, @topRight, @bottomRight, @bottomLeft) { -webkit-border-top-left-radius: @topLeft; |
