diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 9bab1a0ea0..9db62f2b6b 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -35,7 +35,6 @@ body { /* Padding for in-page bookmarks */ section { - padding-top: 30px; } /* Few stylistic typography tweaks */ @@ -52,6 +51,19 @@ section > ul li { /* Jumbotrons -------------------------------------------------- */ +.bs-docs-section-header { + margin: 60px 0; +} +.bs-docs-section-header h1, +.bs-docs-section-header .lead { + color: #8a8a8a; +} +.bs-docs-section-header h1 { + font-size: 80px; + font-size: 8rem; + line-height: 1; +} + /* Base class */ .bs-docs-jumbotron { position: relative; @@ -198,11 +210,18 @@ section > ul li { .bs-docs-sidenav-heading { margin: 0; +} +.bs-docs-sidenav-heading a { + display: block; padding: 15px 20px; color: #999; border-bottom: 1px solid #e5e5e5; box-shadow: 0 1px 0 #fff; } +.bs-docs-sidenav-heading a:hover { + color: #777; + text-decoration: none; +} .bs-docs-sidenav .nav-header { padding: 25px 20px 5px; diff --git a/docs/docs.html b/docs/docs.html index 4708907f6e..eb5e1dac7b 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -6,13 +6,13 @@ description: Overview of the project, its contents, and how to get started with