diff --git a/api-guide/authentication.html b/api-guide/authentication.html index 84d8441c2..d70a5bee6 100644 --- a/api-guide/authentication.html +++ b/api-guide/authentication.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/api-guide/content-negotiation.html b/api-guide/content-negotiation.html index c61b31532..3660ee664 100644 --- a/api-guide/content-negotiation.html +++ b/api-guide/content-negotiation.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/api-guide/exceptions.html b/api-guide/exceptions.html index b27bfd4e1..9a2702bd0 100644 --- a/api-guide/exceptions.html +++ b/api-guide/exceptions.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/api-guide/fields.html b/api-guide/fields.html index 88ddb70bb..88bcdb4c6 100644 --- a/api-guide/fields.html +++ b/api-guide/fields.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/api-guide/format-suffixes.html b/api-guide/format-suffixes.html index ee51bd42d..c6bee65ea 100644 --- a/api-guide/format-suffixes.html +++ b/api-guide/format-suffixes.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/api-guide/generic-views.html b/api-guide/generic-views.html index 9b7d5f95f..308450850 100644 --- a/api-guide/generic-views.html +++ b/api-guide/generic-views.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/api-guide/pagination.html b/api-guide/pagination.html index a0f9c46d2..2d810f140 100644 --- a/api-guide/pagination.html +++ b/api-guide/pagination.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/api-guide/parsers.html b/api-guide/parsers.html index 9e8f5183c..c2935340f 100644 --- a/api-guide/parsers.html +++ b/api-guide/parsers.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/api-guide/permissions.html b/api-guide/permissions.html index d723bacaa..886df5ed1 100644 --- a/api-guide/permissions.html +++ b/api-guide/permissions.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/api-guide/renderers.html b/api-guide/renderers.html index 8bdf01c06..de64957b7 100644 --- a/api-guide/renderers.html +++ b/api-guide/renderers.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/api-guide/requests.html b/api-guide/requests.html index ee0eca8a5..06bb02d9b 100644 --- a/api-guide/requests.html +++ b/api-guide/requests.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/api-guide/responses.html b/api-guide/responses.html index 6c9a147d8..ed6d34a51 100644 --- a/api-guide/responses.html +++ b/api-guide/responses.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/api-guide/reverse.html b/api-guide/reverse.html index 77eeaa13b..335c3bb43 100644 --- a/api-guide/reverse.html +++ b/api-guide/reverse.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/api-guide/serializers.html b/api-guide/serializers.html index 30b4cfdf4..08a672c49 100644 --- a/api-guide/serializers.html +++ b/api-guide/serializers.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/api-guide/settings.html b/api-guide/settings.html index a529a72c8..db21e7084 100644 --- a/api-guide/settings.html +++ b/api-guide/settings.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/api-guide/status-codes.html b/api-guide/status-codes.html index fd297bc95..1761854dc 100644 --- a/api-guide/status-codes.html +++ b/api-guide/status-codes.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/api-guide/throttling.html b/api-guide/throttling.html index f7b3ea877..c31337cb5 100644 --- a/api-guide/throttling.html +++ b/api-guide/throttling.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/api-guide/views.html b/api-guide/views.html index 3406f3998..8d5fc7476 100644 --- a/api-guide/views.html +++ b/api-guide/views.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/css/default.css b/css/default.css index 8401687d5..742a41477 100644 --- a/css/default.css +++ b/css/default.css @@ -1,15 +1,5 @@ /* Set the body padding-top when above 980px to push the content down from below the navbar, which is fixed at >980px screen widths. */ -@media (min-width: 980px) { - body { - padding-top: 71px; - } -} - -body { - padding-bottom: 40px; -} - pre { font-size: 12px; } @@ -61,28 +51,9 @@ a.github:hover { text-decoration: none; } -/* Footer */ -/* -.footer p { - text-align: center; - color: gray; - border-top: 1px solid #DDD; - padding-top: 10px; -} - -.footer a { - color: gray; - font-weight: bold; -} - -.footer a:hover { - color: gray; -} -*/ - /* */ body hr { - border-top: 1px dotted #A30000 + border-top: 1px dotted #A30000; } /* Force TOC text to not overrun */ @@ -100,7 +71,7 @@ pre { /* Preserve the spacing of the navbar across different screen sizes. */ .navbar-inner { - padding: 5px 0; + /*padding: 5px 0;*/ } @media (max-width: 979px) { @@ -194,8 +165,9 @@ body{ color: white; } -.nav-list > .active > a, .nav-list > .active > a:hover { - background: #2c2c2c; +.nav-list > .active > a, .navbar .navbar-inner .nav li a:hover { + background:#212121; + color:white; } .navbar .navbar-inner .dropdown-menu li a, .navbar .navbar-inner .dropdown-menu li{ @@ -233,3 +205,40 @@ body a:hover{ } } + +/* sticky footer and footer */ +html, body { + height: 100%; +} +.wrapper { + min-height: 100%; + height: auto !important; + height: 100%; + margin: 0 auto -60px; +} + +.body-content{ + padding-top: 70px; + padding-bottom: 70px; +} + +footer, .push { + height: 60px; /* .push must be the same height as .footer */ +} + + +footer p { + text-align: center; + color: gray; + border-top: 1px solid #DDD; + padding-top: 10px; +} + +footer a { + color: gray; + font-weight: bold; +} + +footer a:hover { + color: gray; +} diff --git a/index.html b/index.html index 653c1a021..454bb555b 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/topics/browsable-api.html b/topics/browsable-api.html index 5f93da4aa..cb7931c4e 100644 --- a/topics/browsable-api.html +++ b/topics/browsable-api.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/topics/changelog.html b/topics/changelog.html index 886bff437..ec5080d11 100644 --- a/topics/changelog.html +++ b/topics/changelog.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/topics/contributing.html b/topics/contributing.html index a91d2dbf2..d77204fd4 100644 --- a/topics/contributing.html +++ b/topics/contributing.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/topics/credits.html b/topics/credits.html index 90ae9f986..1d92305d1 100644 --- a/topics/credits.html +++ b/topics/credits.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/topics/csrf.html b/topics/csrf.html index ea347b225..1305d3fcb 100644 --- a/topics/csrf.html +++ b/topics/csrf.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/topics/formoverloading.html b/topics/formoverloading.html index d372b6ac1..e7b301a82 100644 --- a/topics/formoverloading.html +++ b/topics/formoverloading.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/topics/rest-hypermedia-hateoas.html b/topics/rest-hypermedia-hateoas.html index 6cd35b8ff..d046ff664 100644 --- a/topics/rest-hypermedia-hateoas.html +++ b/topics/rest-hypermedia-hateoas.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/tutorial/1-serialization.html b/tutorial/1-serialization.html index 6d1243bef..47a9c92b9 100644 --- a/tutorial/1-serialization.html +++ b/tutorial/1-serialization.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/tutorial/2-requests-and-responses.html b/tutorial/2-requests-and-responses.html index 675951d8d..0dc7d7c00 100644 --- a/tutorial/2-requests-and-responses.html +++ b/tutorial/2-requests-and-responses.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/tutorial/3-class-based-views.html b/tutorial/3-class-based-views.html index fe4d77ae4..b100e9558 100644 --- a/tutorial/3-class-based-views.html +++ b/tutorial/3-class-based-views.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/tutorial/4-authentication-permissions-and-throttling.html b/tutorial/4-authentication-permissions-and-throttling.html index 59622a932..5a8300645 100644 --- a/tutorial/4-authentication-permissions-and-throttling.html +++ b/tutorial/4-authentication-permissions-and-throttling.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/tutorial/5-relationships-and-hyperlinked-apis.html b/tutorial/5-relationships-and-hyperlinked-apis.html index 2595b987e..305724092 100644 --- a/tutorial/5-relationships-and-hyperlinked-apis.html +++ b/tutorial/5-relationships-and-hyperlinked-apis.html @@ -19,6 +19,8 @@ +
+ +
- + diff --git a/tutorial/6-resource-orientated-projects.html b/tutorial/6-resource-orientated-projects.html index 962625daa..0da13abc5 100644 --- a/tutorial/6-resource-orientated-projects.html +++ b/tutorial/6-resource-orientated-projects.html @@ -19,6 +19,8 @@ +
+ +
- +