view blog/site.css @ 6:3198742f7a86

notes to self
author k0s <k0scist@gmail.com>
date Mon, 05 Oct 2009 09:20:02 -0400
parents e3823be6a423
children 9be583a7731d
line wrap: on
line source

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

.site-nav { 
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; 
}