summaryrefslogtreecommitdiff
path: root/_theme/scipy/static/less/bootstrap/reset.less
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2018-01-31 22:48:13 +1300
committerGitHub <noreply@github.com>2018-01-31 22:48:13 +1300
commitd990ab9134199f6496b9ac8567f10791f04a720a (patch)
tree56cdf93c487c2300314512b093bde85af80bf75c /_theme/scipy/static/less/bootstrap/reset.less
parentbc3b4b8383d4cd676fe75b7ca8c3e11d6afa8d97 (diff)
parentfc83d1d3a75796c862ef3620eb9ab6001c6772da (diff)
downloadscipy-sphinx-theme-d990ab9134199f6496b9ac8567f10791f04a720a.tar.gz
Merge pull request #8 from luzpaz/misc-typos
Misc. typos
Diffstat (limited to '_theme/scipy/static/less/bootstrap/reset.less')
-rw-r--r--_theme/scipy/static/less/bootstrap/reset.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/_theme/scipy/static/less/bootstrap/reset.less b/_theme/scipy/static/less/bootstrap/reset.less
index 4806bd5..359e38b 100644
--- a/_theme/scipy/static/less/bootstrap/reset.less
+++ b/_theme/scipy/static/less/bootstrap/reset.less
@@ -78,7 +78,7 @@ sub {
img {
/* Responsive images (ensure images don't scale beyond their parents) */
- max-width: 100%; /* Part 1: Set a maxium relative to the parent */
+ max-width: 100%; /* Part 1: Set a maximum relative to the parent */
width: auto\9; /* IE7-8 need help adjusting responsive images */
height: auto; /* Part 2: Scale the height according to the width, otherwise you get stretching */