public
Description: Simple personal journal application written in Django (né Logbook)
Homepage: http://treypiepmeier.com/code/chiplog/
Clone URL: git://github.com/trey/chiplog.git
Style of code in paragraphs.
trey (author)
Sun Aug 24 22:16:25 -0700 2008
commit  a6a0b37068ae92949104d82e3820fdda1ccb3b8a
tree    e3b8ba50140ada8cb47fecae71a303905a25b77f
parent  0a55e017a80f9529b31c5750192e1aa48469e25c
...
11
12
13
 
 
14
15
16
...
11
12
13
14
15
16
17
18
0
@@ -11,6 +11,8 @@
0
     :line-height 1.4em
0
 
0
     code
0
+ // Just a tick smaller than the paragraph text.
0
+ :font-size 13px
0
       :padding 0 2px
0
       :background #ccc
0
 
...
55
56
57
 
58
59
60
...
55
56
57
58
59
60
61
0
@@ -55,6 +55,7 @@ table {
0
 #primary p {
0
   line-height: 1.4em; }
0
   #primary p code {
0
+ font-size: 13px;
0
     padding: 0 2px;
0
     background: #ccc; }
0
 #primary li {

Comments

    No one has commented yet.