template: Use default cursor for advanced nav top heading.

This commit is contained in:
Bradley Sepos
2016-05-18 15:33:52 -04:00
parent ad3aae0929
commit 3bde5a0d64
2 changed files with 2 additions and 1 deletions

View File

@@ -125,6 +125,7 @@ article.docs nav .navigation h1 {
background-color: steelblue;
font-size: 0.9rem;
line-height: 1.66666;
cursor: default;
}
article.docs nav .navigation h1 a,

View File

@@ -9,5 +9,5 @@ Footer: footer.html
Redirect: redirect.html
Fonts: fonts/opensans-bold-1.10.woff, fonts/opensans-bold-1.10.woff2, fonts/opensans-bolditalic-1.10.woff, fonts/opensans-bolditalic-1.10.woff2, fonts/opensans-italic-1.10.woff, fonts/opensans-italic-1.10.woff2, fonts/opensans-regular-1.10.woff, fonts/opensans-regular-1.10.woff2, fonts/ropasans-italic-1.002.ttf, fonts/ropasans-italic-1.002.woff, fonts/ropasans-italic-1.002.woff2, fonts/ropasans-regular-1.002.ttf, fonts/ropasans-regular-1.002.woff, fonts/ropasans-regular-1.002.woff2
Scripts: js/vendor/jquery/jquery-2.2.3.min.js, js/vendor/js-cookie/js-cookie-2.1.1.min.js, js/vendor/featherlight/featherlight-1.4.0.min.js, js/scripts.js?2016051402
Styles: css/vendor/featherlight/featherlight-1.4.0.min.css, css/fonts.css?2016051301, css/style.css?2016051804
Styles: css/vendor/featherlight/featherlight-1.4.0.min.css, css/fonts.css?2016051301, css/style.css?2016051805
...