Skip to content

Instantly share code, notes, and snippets.

@botr
Created March 24, 2012 00:22
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 botr/2176668 to your computer and use it in GitHub Desktop.
Save botr/2176668 to your computer and use it in GitHub Desktop.
.menu navbar {
display: inline;
position: relative;
height: auto;
width: auto;
}
.menu nav-bar {
display: inline;
float: left;
position: relative;
height: auto;
width: auto;
}
.menu sf-navbar {
display: inline;
float: left;
position: relative;
height: 1em;
width: auto;
}
.menu sf-navbar li ul {
display: inline;
float: left;
position: relative;
width: 100%;
}
.menu navbar li ul {
display: inline;
float: left;
position: relative;
height: auto;
width: auto;
}
.menu navbar {
display: inline;
float: left;
position: relative;
height: auto;
width: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment