-
-
Save swirhen/1480565 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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