compass-slickmap 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
@@ -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.2"
5
+ s.version = "0.1.3"
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,26 +16,26 @@
16
16
  width: 100%
17
17
  li
18
18
  width: 25%
19
- &.col1
20
- width: 99.9%
21
- &.col2
22
- width: 50.0%
23
- &.col3
24
- width: 33.3%
25
- &.col4
26
- width: 25.0%
27
- &.col5
28
- width: 20.0%
29
- &.col6
30
- width: 16.6%
31
- &.col7
32
- width: 14.2%
33
- &.col8
34
- width: 12.5%
35
- &.col9
36
- width: 11.1%
37
- &.col10
38
- width: 10.0%
19
+ &.col1 li
20
+ width: 99.9%
21
+ &.col2 li
22
+ width: 50.0%
23
+ &.col3 li
24
+ width: 33.3%
25
+ &.col4 li
26
+ width: 25.0%
27
+ &.col5 li
28
+ width: 20.0%
29
+ &.col6 li
30
+ width: 16.6%
31
+ &.col7 li
32
+ width: 14.2%
33
+ &.col8 li
34
+ width: 12.5%
35
+ &.col9 li
36
+ width: 11.1%
37
+ &.col10 li
38
+ width: 10.0%
39
39
 
40
40
  ul li
41
41
  width: 100% !important
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-slickmap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Reynolds