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':{
@@ -75,6 +75,10 @@ table.cytoTable {
75
75
  &.labelcell {
76
76
  width:100px;
77
77
  }
78
+ &>h1, &>h2, &>h3, &>h4, &>h5, &>h6 {
79
+ margin:0px;
80
+ padding:0px;
81
+ }
78
82
  }
79
83
  }
80
84
 
data/lib/cytoplasm.rb CHANGED
@@ -58,7 +58,7 @@ module Cytoplasm
58
58
  :small => "12px",
59
59
  :normal => "14px",
60
60
  :huge => "48px",
61
- :heading_factor => "4"
61
+ :heading_factor => "8"
62
62
  }
63
63
  },
64
64
  :colors => {
@@ -1,3 +1,3 @@
1
1
  module Cytoplasm
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
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.6
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: 4235057208975165127
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: 4235057208975165127
326
+ hash: 2429062884838842313
327
327
  requirements: []
328
328
  rubyforge_project:
329
329
  rubygems_version: 1.8.24