From 5ab78034029838bfe9353e26a67c8b4f4c067759 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Tue, 24 Sep 2013 09:36:53 +0200 Subject: [PATCH] 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. --- resources/layout.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/resources/layout.css b/resources/layout.css index d6ed91dfc2..59f8d70738 100644 --- a/resources/layout.css +++ b/resources/layout.css @@ -1,4 +1,5 @@ @import url(font-awesome/css/font-awesome.min.css); +@import url(http://fonts.googleapis.com/css?family=Quattrocento+Sans:400,400italic,700); body { padding-top: 60px; @@ -15,7 +16,13 @@ body { display: none; } -/* padding for social links to match bootstrap nav links */ -.nav>li>.twitter-share-button, .nav>li>.g-plusone-wrapper, .nav>li>.github-watch-button { - padding: 10px 10px 0px; +body, h1, h2, h3, h4, p, li, td, th { + font-family: Quattrocento Sans; } +.navbar-inverse .navbar-inner { + background: #1F6B75; +} +.navbar-inverse .brand { + color: white; +} +