voloko-sdoc 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml
CHANGED
@@ -22,9 +22,10 @@ p {
|
|
22
22
|
}
|
23
23
|
|
24
24
|
h1 {
|
25
|
-
font-size:
|
25
|
+
font-size: 2.1em;
|
26
26
|
font-weight: normal;
|
27
27
|
line-height: 1.2em;
|
28
|
+
margin: 1.4em 0 0.7em 0;
|
28
29
|
}
|
29
30
|
|
30
31
|
h2 {
|
@@ -59,13 +60,14 @@ li
|
|
59
60
|
|
60
61
|
.banner
|
61
62
|
{
|
62
|
-
background: #
|
63
|
+
background: #EDF3FE;
|
63
64
|
border-bottom: 1px solid #ccc;
|
64
65
|
padding: 1em 2em 0.5em 2em;
|
65
66
|
}
|
66
67
|
.banner h1
|
67
68
|
{
|
68
69
|
font-size: 1.2em;
|
70
|
+
margin: 0;
|
69
71
|
}
|
70
72
|
|
71
73
|
.banner h1 .type
|