view blog/site.css @ 1:2d69b26144b4

fixing email address and missing dependency
author k0s <k0scist@gmail.com>
date Sun, 13 Sep 2009 15:39:55 -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; 
}