Skip to content

Instantly share code, notes, and snippets.

@helb
Created September 17, 2014 07:20
Show Gist options
  • Save helb/f4a0ae01685deeb946d1 to your computer and use it in GitHub Desktop.
Save helb/f4a0ae01685deeb946d1 to your computer and use it in GitHub Desktop.
cz.nic labs omnibar css reset
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