cytoplasm 0.0.6 → 0.0.7
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.
|
@@ -115,7 +115,10 @@ var Cytoplasm;
|
|
|
115
115
|
top:vars.layout.header.logo.y+10
|
|
116
116
|
},
|
|
117
117
|
h1:{
|
|
118
|
-
color:"contrast("+vars.colors.global.background+",black,white)"
|
|
118
|
+
color:"contrast("+vars.colors.global.background+",black,white)",
|
|
119
|
+
"&:hover":{
|
|
120
|
+
color:vars.colors.global.accent
|
|
121
|
+
}
|
|
119
122
|
}
|
|
120
123
|
},
|
|
121
124
|
'table.cytoTable':{
|
data/lib/cytoplasm.rb
CHANGED
data/lib/cytoplasm/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cytoplasm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -314,7 +314,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
314
314
|
version: '0'
|
|
315
315
|
segments:
|
|
316
316
|
- 0
|
|
317
|
-
hash:
|
|
317
|
+
hash: 2429062884838842313
|
|
318
318
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
319
319
|
none: false
|
|
320
320
|
requirements:
|
|
@@ -323,7 +323,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
323
323
|
version: '0'
|
|
324
324
|
segments:
|
|
325
325
|
- 0
|
|
326
|
-
hash:
|
|
326
|
+
hash: 2429062884838842313
|
|
327
327
|
requirements: []
|
|
328
328
|
rubyforge_project:
|
|
329
329
|
rubygems_version: 1.8.24
|