view blog/site.css @ 78:5b1259424c51

merge commit; as usual, i have no idea what i did
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 27 Sep 2010 21:08:04 -0700
parents 9be583a7731d
children
line wrap: on
line source

div { 
border: thin solid;
background-color: #edd;
margin: 1em;
 }

.site-nav ul { 
clear: both;
list-style-type: none;
display: inline;
margin-top: 0em;
padding-top: 0em;
 }

.site-nav a { 
float: left;
margin-left: 0.3em;
margin-right: 0.3em;
 }

.error { 
color: red; 
}