voloko-sdoc 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 2
3
- :patch: 2
3
+ :patch: 3
4
4
  :major: 0
@@ -22,9 +22,10 @@ p {
22
22
  }
23
23
 
24
24
  h1 {
25
- font-size: 2em;
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: #DDF;
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: voloko-sdoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Volodya Kolesnikov