public
Description: my personal blog written with django
Homepage: http://oebfare.com
Clone URL: git://github.com/brosner/oebfare.git
Not sure what I did, but it was probably to make code appear better on the 
site for now.
Brian Rosner (author)
Wed Apr 02 18:06:19 -0700 2008
commit  252bfb9226a02cc3563dfe089dc53e4fb58dd300
tree    7c3bc6c7feacaa8ca05113ce7d85804b146651cf
parent  9bb7544d18fa74d19d5f8da5e9ba6194ff6f8613
...
128
129
130
131
 
132
133
134
135
 
136
 
137
138
139
...
128
129
130
 
131
132
133
134
 
135
136
137
138
139
140
0
@@ -128,12 +128,13 @@ div.tags li a {
0
 }
0
 
0
 pre, code {
0
- font: normal .9em "bitstream vera sans mono", monaco "lucida console", "courier new", courier, serif;
0
+ font: normal .9em "bitstream vera sans mono", monaco, "lucida console", "courier new", courier, serif;
0
 }
0
 code {
0
     background: #637978;
0
- color: #CDE9E9;
0
+ color: #374140;
0
     font-size: .89em;
0
+ padding: 1px 2px;
0
 }
0
 
0
 textarea {

Comments

    No one has commented yet.