@@ -19,31 +19,31 @@ a, .header a:visited {
19
19
20
20
a : hover {
21
21
text-decoration : underline;
22
- text-shadow : 0 0 1 px # DCEEF5 ;
22
+ text-shadow : 0 0 0 # DCEEF5 ;
23
23
}
24
24
25
25
hr {
26
26
border-top : 1px solid # eee ;
27
- margin : 19 px 0 20 px 0 ;
27
+ margin : 21 px 0 22 px 0 ;
28
28
}
29
29
30
30
/* Layout (margins, padding) */
31
31
32
32
pre {
33
- padding : 20 px ;
34
- line-height : 20 px ;
35
- margin : 20 px 0 ;
33
+ padding : 22 px ;
34
+ line-height : 22 px ;
35
+ margin : 22 px 0 ;
36
36
}
37
37
38
- p , .header { margin-bottom : 20 px ; }
38
+ p , .header { margin-bottom : 22 px ; }
39
39
40
40
ul {
41
41
list-style : none;
42
42
}
43
43
44
44
ul , ol {
45
- margin-left : 20 px ;
46
- margin-bottom : 20 px ;
45
+ margin-left : 22 px ;
46
+ margin-bottom : 22 px ;
47
47
}
48
48
49
49
/* Typography */
@@ -52,24 +52,25 @@ body {
52
52
text-rendering : optimizeLegibility;
53
53
color : # 373837 ;
54
54
font-family : Palatino, "Palatino Linotype" , serif;
55
- text-shadow : 0 0 1 px # fff ;
56
- font-size : 14 px ;
57
- line-height : 20 px ;
58
- margin : 20 px ;
55
+ text-shadow : 0 0 0 transparent ;
56
+ font-size : 16 px ;
57
+ line-height : 22 px ;
58
+ margin : 22 px ;
59
59
}
60
60
61
61
pre {
62
62
font-family : Monaco, Monospace;
63
+ font-size : 14px ;
63
64
}
64
65
65
66
h1 , h2 , h3 {
66
67
margin : 0 ;
67
68
padding : 0 ;
68
69
}
69
70
70
- h1 { font-size : 25 px ; line-height : 40 px ; }
71
- h2 { font-size : 20 px ; line-height : 40 px ; }
72
- h3 { font-size : 16 px ; line-height : 20 px ; }
71
+ h1 { font-size : 30 px ; line-height : 44 px ; }
72
+ h2 { font-size : 22 px ; line-height : 44 px ; }
73
+ h3 { font-size : 18 px ; line-height : 22 px ; }
73
74
74
75
/* Syntax Highlighting */
75
76
.highlight .hll { background-color : # ffffcc }
0 commit comments