Skip to content

Instantly share code, notes, and snippets.

@abondis
Created August 5, 2012 22:48
Show Gist options
  • Save abondis/3267637 to your computer and use it in GitHub Desktop.
Save abondis/3267637 to your computer and use it in GitHub Desktop.
semantic.gs menu
topmenu {
@include column(12);
float: right;
ul{
@include column(9);
float: right;
padding:0;
li {
@include column(1);
display: inline;
float: none;
}
}
}
@abondis
Copy link
Author

abondis commented Aug 5, 2012

border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
display: block;
float: left;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size: 23px;
font-weight: 200;
height: 23px;
line-height: 23px;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-bottom: 0px;
margin-left: 10px;
margin-right: 10px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
text-align: -webkit-auto;
vertical-align: baseline;
width: 60px;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment