tdreyno-compass-slickmap 0.1.1 → 0.1.2

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 CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{compass-slickmap}
5
- s.version = "0.1.1"
5
+ s.version = "0.1.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Thomas Reynolds"]
data/sass/_slickmap.sass CHANGED
@@ -16,25 +16,25 @@
16
16
  width: 100%
17
17
  li
18
18
  width: 25%
19
- &.col1 li
19
+ &.col1
20
20
  width: 99.9%
21
- &.col2 li
21
+ &.col2
22
22
  width: 50.0%
23
- &.col3 li
23
+ &.col3
24
24
  width: 33.3%
25
- &.col4 li
25
+ &.col4
26
26
  width: 25.0%
27
- &.col5 li
27
+ &.col5
28
28
  width: 20.0%
29
- &.col6 li
29
+ &.col6
30
30
  width: 16.6%
31
- &.col7 li
31
+ &.col7
32
32
  width: 14.2%
33
- &.col8 li
33
+ &.col8
34
34
  width: 12.5%
35
- &.col9 li
35
+ &.col9
36
36
  width: 11.1%
37
- &.col10 li
37
+ &.col10
38
38
  width: 10.0%
39
39
 
40
40
  ul li
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tdreyno-compass-slickmap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Reynolds