summaryrefslogtreecommitdiff
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
parentbc3b4b8383d4cd676fe75b7ca8c3e11d6afa8d97 (diff)
parentfc83d1d3a75796c862ef3620eb9ab6001c6772da (diff)
downloadscipy-sphinx-theme-d990ab9134199f6496b9ac8567f10791f04a720a.tar.gz
Merge pull request #8 from luzpaz/misc-typos
Misc. typos
-rw-r--r--README.rst2
-rw-r--r--_theme/scipy/static/css/spc-bootstrap.css2
-rw-r--r--_theme/scipy/static/less/bootstrap/forms.less2
-rw-r--r--_theme/scipy/static/less/bootstrap/reset.less2
-rw-r--r--_theme/scipy/static/less/bootstrap/thumbnails.less4
-rw-r--r--_theme/scipy/static/less/spc-content.less2
6 files changed, 7 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index 650741d..94c7aa8 100644
--- a/README.rst
+++ b/README.rst
@@ -7,7 +7,7 @@ scipy-sphinx-theme
Theme options
-------------
-The theme takes the followin options in the `html_options`
+The theme takes the following options in the `html_options`
configuration variable:
- ``edit_link``
diff --git a/_theme/scipy/static/css/spc-bootstrap.css b/_theme/scipy/static/css/spc-bootstrap.css
index 169e082..2d2c586 100644
--- a/_theme/scipy/static/css/spc-bootstrap.css
+++ b/_theme/scipy/static/css/spc-bootstrap.css
@@ -88,7 +88,7 @@ img {
/* Responsive images (ensure images don't scale beyond their parents) */
max-width: 100%;
- /* Part 1: Set a maxium relative to the parent */
+ /* Part 1: Set a maximum relative to the parent */
width: auto\9;
/* IE7-8 need help adjusting responsive images */
diff --git a/_theme/scipy/static/less/bootstrap/forms.less b/_theme/scipy/static/less/bootstrap/forms.less
index 06767bd..14bf4dd 100644
--- a/_theme/scipy/static/less/bootstrap/forms.less
+++ b/_theme/scipy/static/less/bootstrap/forms.less
@@ -311,7 +311,7 @@ textarea[class*="span"],
.row-fluid .controls-row [class*="span"] {
float: left;
}
-// Explicity set top padding on all checkboxes/radios, not just first-child
+// Explicitly set top padding on all checkboxes/radios, not just first-child
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
padding-top: 5px;
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 */
diff --git a/_theme/scipy/static/less/bootstrap/thumbnails.less b/_theme/scipy/static/less/bootstrap/thumbnails.less
index 4fd07d2..aaacf67 100644
--- a/_theme/scipy/static/less/bootstrap/thumbnails.less
+++ b/_theme/scipy/static/less/bootstrap/thumbnails.less
@@ -3,7 +3,7 @@
// --------------------------------------------------
-// Note: `.thumbnails` and `.thumbnails > li` are overriden in responsive files
+// Note: `.thumbnails` and `.thumbnails > li` are overridden in responsive files
// Make wrapper ul behave like the grid
.thumbnails {
@@ -18,7 +18,7 @@
// Float li to make thumbnails appear in a row
.thumbnails > li {
- float: left; // Explicity set the float since we don't require .span* classes
+ float: left; // Explicitly set the float since we don't require .span* classes
margin-bottom: @baseLineHeight;
margin-left: @gridGutterWidth;
}
diff --git a/_theme/scipy/static/less/spc-content.less b/_theme/scipy/static/less/spc-content.less
index 9491123..cc1cebd 100644
--- a/_theme/scipy/static/less/spc-content.less
+++ b/_theme/scipy/static/less/spc-content.less
@@ -8,7 +8,7 @@
}
}
-//tags -- depricated
+//tags -- deprecated
// need to design
.tags .btn {
border: none;