From 7517cc4f89b2336ada65ca5b37f8d3c531ed96a3 Mon Sep 17 00:00:00 2001 From: Francois Michonneau Date: Mon, 2 Feb 2015 00:22:46 -0500 Subject: [PATCH] fix class for navbar --- css/swc.css | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/css/swc.css b/css/swc.css index d9b58a9..76141aa 100644 --- a/css/swc.css +++ b/css/swc.css @@ -172,12 +172,23 @@ blockquote h2{ .alert { color: rgb(0, 0, 0); } -/* Container for page contents. */ -.container { - background-color: white; +.navbar-nav { + margin:0; +} + +.navbar-nav .container { + font-size:11pt; + padding: 27px 10px 0px 10px; + background: url('../img/software-carpentry-banner.png') no-repeat #d6d6d6; + border-top: 5px solid #2b3990; + background-size: 250px; + background-position: 10px 10px; + border-bottom: 1px solid #CCC; } + +/* Container for page contents. */ .container-full-width { max-width: none; } -- 2.30.2