Skip to content

Instantly share code, notes, and snippets.

@shemul49rmc
Created October 28, 2013 11:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shemul49rmc/7195463 to your computer and use it in GitHub Desktop.
Save shemul49rmc/7195463 to your computer and use it in GitHub Desktop.
Styling the Additional menu
/* Top Nav bar */
.custom ul#topnav {
border-style: none;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
background:#E4E4E4 none repeat scroll 0 0;
width: 100%;
float: left;
}
.custom ul#topnav li { float: right; padding: 3px 10px 3px 0px; }
.custom ul#topnav li a { font-size: 1.1em; color: #000000; }
.custom ul#topnav li a:hover { text-decoration: underline; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment