summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2019-05-29 10:41:14 +0200
committerGitHub <noreply@github.com>2019-05-29 10:41:14 +0200
commitb620eeb28b0a617c03be8c81d6708df0171c341f (patch)
tree47df67cb8ed4ec45ff12ae485b658229ec0ec818
parentdb30e82774efaccb0cac219910994659a40322ba (diff)
parent370297f034bec8e7b69f21c855988ca5801daee3 (diff)
downloadscipy-sphinx-theme-b620eeb28b0a617c03be8c81d6708df0171c341f.tar.gz
Merge pull request #12 from luzpaz/misc-typos
MAINT: Trivial source comment typo fix
-rw-r--r--_theme/scipy/static/less/bootstrap/navbar.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/_theme/scipy/static/less/bootstrap/navbar.less b/_theme/scipy/static/less/bootstrap/navbar.less
index 93d09bc..028fcad 100644
--- a/_theme/scipy/static/less/bootstrap/navbar.less
+++ b/_theme/scipy/static/less/bootstrap/navbar.less
@@ -128,7 +128,7 @@
.input-append,
.input-prepend {
margin-top: 5px;
- white-space: nowrap; // preven two items from separating within a .navbar-form that has .pull-left
+ white-space: nowrap; // prevent two items from separating within a .navbar-form that has .pull-left
input {
margin-top: 0; // remove the margin on top since it's on the parent
}