sdoc-templates-42floors 0.2 → 0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8366bbc4b95b0307a085532b4b3ad59fae6216bb
4
- data.tar.gz: 7b6f57d41844c99cb2ef37504132ea01caf22f48
3
+ metadata.gz: 1f019bb8e85cfdb06e528c182e86b26ed2b42ab4
4
+ data.tar.gz: 15edf14a1ffb76e79443e6641f5c9a6564f93662
5
5
  SHA512:
6
- metadata.gz: 2c1e8f9620916b4a742dabb68887bff6c4755206a43a48ce05e4c21a96dc3254963de96a91dfdbeae0d8cf9816e875f39770fe8538d5cc568072b495b6457cd8
7
- data.tar.gz: f8d4d0e774f6997c0a77f58ca27163c36ce4b61fc2eb6ee78687ff66f86eddd2639d2d06cb2b07a966d01e9291aab3584ee30ad8a4e13b45c76964065b6e8fe1
6
+ metadata.gz: 81131f028a461003ddfb7e30faba3adc26e6784e41deadacc2368ae00babf0f5425811ed614d4207200daca230953142b294fb0453d5c52b62a6a12222571b93
7
+ data.tar.gz: c49ca7f05a7b46c49cf66a1264c50e1dbb15bd0384e04ee4f88ba5d0f8d1be7fcca0ce14fc6ff7ab7d68592599fa71d516898c09ac540de5ec3381a2278d3b91
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "sdoc-templates-42floors"
6
- s.version = '0.2'
6
+ s.version = '0.3'
7
7
  s.licenses = ['MIT']
8
8
  s.authors = ["Jon Bracy"]
9
9
  s.email = ["jon@42floors.com"]
@@ -8,7 +8,7 @@ body {
8
8
  }
9
9
 
10
10
  a:link, a:active, a:visited, a:hover {
11
- color: #980905;
11
+ color: #769028;
12
12
  text-decoration: none;
13
13
  }
14
14
 
@@ -110,9 +110,9 @@ ol li
110
110
 
111
111
  .banner
112
112
  {
113
- background: #C52F24;
113
+ background: #97B833;
114
114
  color: #FFF;
115
- border: 1px solid #980905;
115
+ border: 1px solid #769028;
116
116
  padding: 1em;
117
117
  }
118
118
  .banner h1
@@ -137,7 +137,7 @@
137
137
 
138
138
  .panel .result ul li.current
139
139
  {
140
- background: #C52F24;
140
+ background: #97B833;
141
141
  }
142
142
 
143
143
  .panel .result ul li.current h1,
@@ -166,7 +166,7 @@
166
166
 
167
167
  .panel .result ul li.current:hover
168
168
  {
169
- background: #C52F24;
169
+ background: #769028;
170
170
  }
171
171
 
172
172
  .panel .result ul li .badge
@@ -341,7 +341,7 @@
341
341
 
342
342
  .panel .tree ul li.current
343
343
  {
344
- background: #C52F24;
344
+ background: #97B833;
345
345
  }
346
346
 
347
347
  .panel .tree ul li.current .icon
@@ -377,7 +377,7 @@
377
377
 
378
378
  .panel .tree ul li.current:hover
379
379
  {
380
- background: #C52F24;
380
+ background: #769028;
381
381
  }
382
382
 
383
383
  .panel .tree .stopper
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sdoc-templates-42floors
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.2'
4
+ version: '0.3'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jon Bracy