public
Fork of sr/git-wiki
Description: A wiki engine that uses a Git repository as its data store.
Homepage: http://atonie.org/2008/02/git-wiki
Clone URL: git://github.com/al3x/git-wiki.git
Search Repo:
style tweaka tweaka
al3x (author)
Wed Mar 26 15:32:30 -0700 2008
commit  caa9183c1a6a3052623856776c2dc3dbf03d1ba4
tree    3fa24daffdba85ee3492a3fdbdb38cc73b69fd4a
parent  4e6e0f08b2ebab1b7a835d79ced288885cd64259
...
48
49
50
51
 
52
53
54
...
69
70
71
72
 
73
74
75
76
77
78
 
 
 
 
79
80
81
...
48
49
50
 
51
52
53
54
...
69
70
71
 
72
73
74
 
 
 
 
75
76
77
78
79
80
81
0
@@ -48,7 +48,7 @@ textarea {
0
 
0
 ul {
0
   list-style-type: square;
0
- padding: 0 0 1em 1.2em;
0
+ padding: 0 0 1em 1.4em;
0
 }
0
 
0
 /* classes */
0
@@ -69,13 +69,13 @@ ul {
0
 }
0
 
0
 .content h1, .content h2, .content h3, .content h4 {
0
- padding: 0 0 0 0;
0
+ padding: 0 0 .4em 0;
0
   margin: 0 0 0 0;
0
 }
0
-.content h1 { font-size: 2.4em; }
0
-.content h2 { font-size: 2.2em; }
0
-.content h3 { font-size: 2em; }
0
-.content h4 { font-size: 1.8em; }
0
+.content h1 { font-size: 2.6em; }
0
+.content h2 { font-size: 2em; }
0
+.content h3 { font-size: 1.8em; }
0
+.content h4 { font-size: 1.6em; }
0
 
0
 .delta {
0
   font-size: 1.1em;

Comments

    No one has commented yet.