aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/assets/bootstrap.zipbin56904 -> 56915 bytes
-rw-r--r--docs/assets/css/bootstrap.css3
-rw-r--r--less/navs.less5
3 files changed, 8 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index b50d5ad01..22a565198 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index fed56717f..7ed443efb 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -2557,6 +2557,9 @@ input[type="submit"].btn.btn-mini {
text-decoration: none;
background-color: #eeeeee;
}
+.nav > .pull-right {
+ float: right;
+}
.nav .nav-header {
display: block;
padding: 3px 15px;
diff --git a/less/navs.less b/less/navs.less
index 865098c8b..a02be18f0 100644
--- a/less/navs.less
+++ b/less/navs.less
@@ -21,6 +21,11 @@
background-color: @grayLighter;
}
+// Redeclare pull classes because of specifity
+.nav > .pull-right {
+ float: right;
+}
+
// Nav headers (for dropdowns and lists)
.nav .nav-header {
display: block;