diff options
| author | Mark Otto <[email protected]> | 2012-03-25 00:20:30 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-25 00:20:30 -0700 |
| commit | 1837b8ef2c1a28f966965985c33d38a8f6a72438 (patch) | |
| tree | eedb685abf8712597c38495f3b66a440336ceb3d /docs/assets/css/bootstrap.css | |
| parent | 223c8358ceb111fc7a9fc48f88b913e88df4006f (diff) | |
| download | bootstrap-1837b8ef2c1a28f966965985c33d38a8f6a72438.tar.xz bootstrap-1837b8ef2c1a28f966965985c33d38a8f6a72438.zip | |
remove height: auto on images since it interferes with inline dimensions
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 794156e27..c0a7520d8 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -58,7 +58,6 @@ sub { } img { max-width: 100%; - height: auto; border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; @@ -3674,6 +3673,14 @@ a.badge:hover { background-position: 0 0; } } +@-o-keyframes progress-bar-stripes { + from { + background-position: 0 0; + } + to { + background-position: 40px 0; + } +} @keyframes progress-bar-stripes { from { background-position: 40px 0; |
