aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap.css4
-rw-r--r--docs/assets/css/docs.css4
-rw-r--r--docs/extend.html2
-rw-r--r--docs/templates/layout.mustache2
4 files changed, 8 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 30de241fe..123b2ac33 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -5408,11 +5408,11 @@ a.badge:hover {
}
.hide {
- display: none;
+ display: none !important;
}
.show {
- display: block;
+ display: block !important;
}
.invisible {
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 0a713d626..2c73a78c2 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -57,6 +57,10 @@ body > .navbar-fixed-top .brand:hover {
section {
padding-top: 60px;
}
+section > .page-header,
+section > .lead {
+ color: #5a5a5a;
+}
/* Separators (hr) */
.bs-docs-separator {
diff --git a/docs/extend.html b/docs/extend.html
index 8e9b79b6b..df30b679a 100644
--- a/docs/extend.html
+++ b/docs/extend.html
@@ -60,7 +60,7 @@
<li class="">
<a href="./javascript.html">Javascript</a>
</li>
- <li class="">
+ <li class="active">
<a href="./extend.html">Extend</a>
</li>
</ul>
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache
index 6ba72e841..3366179de 100644
--- a/docs/templates/layout.mustache
+++ b/docs/templates/layout.mustache
@@ -72,7 +72,7 @@
<li class="{{javascript}}">
<a href="./javascript.html">{{_i}}Javascript{{/i}}</a>
</li>
- <li class="{{less}}">
+ <li class="{{extend}}">
<a href="./extend.html">{{_i}}Extend{{/i}}</a>
</li>
</ul>