diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index e6a3da31cf..e2f7ea4abf 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 26b47ae724..cb7224e388 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -212,14 +212,20 @@ hr.soften { /* Quick links -------------------------------------------------- */ +.bs-links { + margin: 36px 0; +} .quick-links { min-height: 30px; + margin: 0; padding: 5px 20px; - margin: 36px 0; list-style: none; text-align: center; overflow: hidden; } +.quick-links:first-child { + min-height: 0; +} .quick-links li { display: inline; margin: 0 5px; diff --git a/docs/index.html b/docs/index.html index 1b0b0e9d58..1478c0b257 100644 --- a/docs/index.html +++ b/docs/index.html @@ -86,25 +86,29 @@

- +
diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 5122105fcb..97ea4f1bd6 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -10,25 +10,30 @@

- +