Skip to content

Instantly share code, notes, and snippets.

@swirhen
Forked from mashiro/style-swirhen.css
Created December 15, 2011 09:56
Show Gist options
  • Save swirhen/1480565 to your computer and use it in GitHub Desktop.
Save swirhen/1480565 to your computer and use it in GitHub Desktop.
@import url("style.css");
div#log_popup_menu {
width: auto;
left: 5%;
}
div#log_popup_menu ul {
margin: -0.3em 0.7em 0.8em;
padding: 0;
zoom: 1;
}
div#log_popup_menu ul:before {
display: table;
content: "";
zoom: 1;
}
div#log_popup_menu ul:after {
display: table;
content: "";
zoom: 1;
clear: both;
}
div#log_popup_menu ul li {
width: 2.5em;
padding: 0.3em 0.7em;
float: left;
overflow: hidden;
text-align: center;
border: 2px solid #202020;
margin: 0.1em;
-webkit-border-radius: 0.3em;
-moz-border-radius: 0.3em;
border-radius: 0.3em;
}
div#log_popup_menu ul li:nth-child(3n + 4) {
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment