public
Description: A simple, private journal in plain text (or an SQLite database).
Homepage: http://code.treypiepmeier.com
Clone URL: git://github.com/trey/logbook.git
Static stuff.
trey (author)
Fri Jul 04 16:42:04 -0700 2008
commit  3c97d132a924c38d09663219ca59da15fa3257ab
tree    958fafa3e5508bfa5b6964e3d08519ba151c9e96
parent  58a1cbdb2443984baa4919af6c17cf2bb52e727b
...
7
8
9
10
 
 
 
 
11
12
13
...
7
8
9
 
10
11
12
13
14
15
16
0
@@ -7,7 +7,10 @@
0
   <style type="text/css" media="screen">
0
     body { background: #565656; }
0
     form input[type=search] { color: #888; width: 200px; }
0
-    textarea { border: 1px solid #666; }
0
+    textarea {
0
+      color: #666;
0
+      border: 1px solid #666;
0
+    }
0
     form input[type=submit] {
0
       width: 100px;
0
     }

Comments