diff blog/site.css @ 0:e3823be6a423

initial commit of bitsyblog, from https://svn.openplans.org/svn/standalone/bitsyblog/trunk/
author k0s <k0scist@gmail.com>
date Sat, 12 Sep 2009 16:06:57 -0400
parents
children 9be583a7731d
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/blog/site.css	Sat Sep 12 16:06:57 2009 -0400
@@ -0,0 +1,23 @@
+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; 
+} 
\ No newline at end of file