Skip to content

Instantly share code, notes, and snippets.

View ivillamil's full-sized avatar

Iván Villamil ivillamil

View GitHub Profile
@ivillamil
ivillamil / dabblet.css
Created November 29, 2012 16:37 — forked from anonymous/dabblet.css
Untitled
body{ background: #efefef; font-family: sans-serif; }
ul{ margin:0; padding:0; list-style:none; }
.nav > li{
display: inline-block;
position: relative;
}
.nav > li > a {
text-decoration: none;
color: #222;
background: #fff;