New font and header background color
With this change, API docs and examples match the website design of the new-build branch of openlayers.github.io better.
This commit is contained in:
+10
-3
@@ -1,4 +1,5 @@
|
|||||||
@import url(font-awesome/css/font-awesome.min.css);
|
@import url(font-awesome/css/font-awesome.min.css);
|
||||||
|
@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans:400,400italic,700);
|
||||||
|
|
||||||
body {
|
body {
|
||||||
padding-top: 60px;
|
padding-top: 60px;
|
||||||
@@ -15,7 +16,13 @@ body {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* padding for social links to match bootstrap nav links */
|
body, h1, h2, h3, h4, p, li, td, th {
|
||||||
.nav>li>.twitter-share-button, .nav>li>.g-plusone-wrapper, .nav>li>.github-watch-button {
|
font-family: Quattrocento Sans;
|
||||||
padding: 10px 10px 0px;
|
|
||||||
}
|
}
|
||||||
|
.navbar-inverse .navbar-inner {
|
||||||
|
background: #1F6B75;
|
||||||
|
}
|
||||||
|
.navbar-inverse .brand {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user