Skip to content

Instantly share code, notes, and snippets.

@jessicaslaughter
Created February 21, 2015 20:49
Show Gist options
  • Save jessicaslaughter/1e2e56a286a398a73aba to your computer and use it in GitHub Desktop.
Save jessicaslaughter/1e2e56a286a398a73aba to your computer and use it in GitHub Desktop.
Sticky Navigation Bar #2
/* Spacing & Border of First Link in Navigation */
.tabs-inner .section:first-child ul {
margin-top: 0px;
border: 0 solid #eeeeee;
}
/* Background & Border of Navigation */
.tabs-inner .widget ul {
background: #999999;
border: 0px solid #eeeeee;
text-align: center !important;
}
/* Font, Colour & Border of Links */
.tabs-inner .widget li a {
font: normal normal 14px Arvo;
color: #333333;
border: 0px solid #ffffff;
}
/* Font & Colour of Rollover Links */
.tabs-inner .widget li.selected a, .tabs-inner .widget li a:hover {
color: #eeeeee;
background-color: #ffffff;
text-decoration: none;
}
/* Centre Navigation */
.tabs .widget li, .tabs .widget li{
display: inline;
float: none;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment