diff options
| author | Mark Otto <[email protected]> | 2012-03-22 23:49:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-22 23:49:39 -0700 |
| commit | a28fa20018a2529ecc5d91604486abbd0730b511 (patch) | |
| tree | 8bf874d227233a585c9ca4ffb1ac19c731a98ccc /docs | |
| parent | c4fb7032690ed10162562dfbf893311389a64dee (diff) | |
| download | bootstrap-a28fa20018a2529ecc5d91604486abbd0730b511.tar.xz bootstrap-a28fa20018a2529ecc5d91604486abbd0730b511.zip | |
remove redundant max-width img from docs css
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/docs.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index cb7224e38..3a8bfbc58 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -492,10 +492,6 @@ hr.soften { /* Misc -------------------------------------------------- */ -img { - max-width: 100%; -} - /* Make tables spaced out a bit more */ h2 + table, h3 + table, |
