Created
September 17, 2014 07:20
-
-
Save helb/f4a0ae01685deeb946d1 to your computer and use it in GitHub Desktop.
cz.nic labs omnibar css reset
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
div#tb-projects-bar, | |
div#tb-projects-bar *{ | |
-webkit-box-sizing:border-box; | |
-moz-box-sizing:border-box; | |
box-sizing:border-box; | |
margin:0; | |
padding:0; | |
border:none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment