tdreyno-compass-slickmap 0.1.2 → 0.1.4
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 +1 -1
- data/compass-slickmap.gemspec +1 -1
- data/sass/_slickmap.sass +21 -21
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.4
|
data/compass-slickmap.gemspec
CHANGED
data/sass/_slickmap.sass
CHANGED
@@ -16,27 +16,27 @@
|
|
16
16
|
width: 100%
|
17
17
|
li
|
18
18
|
width: 25%
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
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
|
+
li
|
40
40
|
ul li
|
41
41
|
width: 100% !important
|
42
42
|
|