Skip to content

Instantly share code, notes, and snippets.

View liammjwise's full-sized avatar

Liam Wise liammjwise

View GitHub Profile
@liammjwise
liammjwise / CSS Needed
Created April 19, 2012 18:07
Simple Navigation Bar Template
#navcontainer { width: 200px; }
#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a