Mercurial > hg > bitsyblog
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e3823be6a423 |
---|---|
1 div { | |
2 border: thin solid; | |
3 background-color: #edd; | |
4 margin: 1em; | |
5 } | |
6 | |
7 .site-nav { | |
8 clear: both; | |
9 list-style-type: none; | |
10 display: inline; | |
11 margin-top: 0em; | |
12 padding-top: 0em; | |
13 } | |
14 | |
15 .site-nav a { | |
16 float: left; | |
17 margin-left: 0.3em; | |
18 margin-right: 0.3em; | |
19 } | |
20 | |
21 .error { | |
22 color: red; | |
23 } |