Skip to content
Snippets Groups Projects
Verified Commit 456751da authored by Owen Graham's avatar Owen Graham
Browse files

Style masthead navigation

parent 63f0e74c
No related branches found
No related tags found
No related merge requests found
...@@ -75,18 +75,24 @@ p, ...@@ -75,18 +75,24 @@ p,
color: #000000; color: #000000;
} }
.masthead .navigation .nav-pills li {
padding: 7px 15px;
}
.masthead .navigation .nav-pills li a { .masthead .navigation .nav-pills li a {
border-bottom: 3px solid transparent;
border-radius: 0;
color: #000000; color: #000000;
font-weight: bold; font-weight: bold;
font-size: 15px; font-size: 18px;
padding: 3px 0 0;
} }
.masthead .navigation .nav-pills li a:hover, .masthead .navigation .nav-pills li a:hover,
.masthead .navigation .nav-pills li a:focus,
.masthead .navigation .nav-pills li.active a { .masthead .navigation .nav-pills li.active a {
background-color: #c5050c; background: transparent;
border-bottom-color: #c5050c;
color: #000000;
text-shadow: none; text-shadow: none;
color: #ffffff;
font-weight: bold;
font-size: 15px;
} }
.media-overlay .media-heading { .media-overlay .media-heading {
background-color: white; background-color: white;
...@@ -136,6 +142,10 @@ p, ...@@ -136,6 +142,10 @@ p,
font-weight: normal; font-weight: normal;
padding: 8px; padding: 8px;
} }
.masthead .site-search {
margin-top: 2px;
margin-bottom: 2px;
}
/* ==================================== /* ====================================
The footer at the bottom of the site The footer at the bottom of the site
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment