Skip to content

Commit

Permalink
fix class for navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Michonneau committed Feb 2, 2015
1 parent 0e4a3f3 commit 7517cc4
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions css/swc.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 7517cc4

Please sign in to comment.