compass 0.10.6.pre.1 → 0.10.6
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.yml
CHANGED
@@ -3,7 +3,6 @@ a {
|
|
3
3
|
-moz-box-orient: vertical;
|
4
4
|
display: inline-block;
|
5
5
|
vertical-align: middle;
|
6
|
-
*display: inline;
|
7
6
|
*vertical-align: auto;
|
8
7
|
margin: 0.7em 0.5em 0.7em 0;
|
9
8
|
border-width: 1px;
|
@@ -15,6 +14,8 @@ a {
|
|
15
14
|
text-decoration: none;
|
16
15
|
cursor: pointer;
|
17
16
|
padding: 5px 10px 5px 7px; }
|
17
|
+
a {
|
18
|
+
*display: inline; }
|
18
19
|
a img {
|
19
20
|
margin: 0 3px -3px 0 !important;
|
20
21
|
padding: 0;
|
@@ -28,7 +29,6 @@ button {
|
|
28
29
|
-moz-box-orient: vertical;
|
29
30
|
display: inline-block;
|
30
31
|
vertical-align: middle;
|
31
|
-
*display: inline;
|
32
32
|
*vertical-align: auto;
|
33
33
|
margin: 0.7em 0.5em 0.7em 0;
|
34
34
|
border-width: 1px;
|
@@ -42,6 +42,8 @@ button {
|
|
42
42
|
width: auto;
|
43
43
|
overflow: visible;
|
44
44
|
padding: 4px 10px 3px 7px; }
|
45
|
+
button {
|
46
|
+
*display: inline; }
|
45
47
|
button img {
|
46
48
|
margin: 0 3px -3px 0 !important;
|
47
49
|
padding: 0;
|
@@ -91,9 +91,10 @@ ul.inline-block {
|
|
91
91
|
-moz-box-orient: vertical;
|
92
92
|
display: inline-block;
|
93
93
|
vertical-align: middle;
|
94
|
-
*display: inline;
|
95
94
|
*vertical-align: auto;
|
96
95
|
white-space: nowrap; }
|
96
|
+
ul.inline-block li {
|
97
|
+
*display: inline; }
|
97
98
|
|
98
99
|
ul.wide-inline-block {
|
99
100
|
margin: 0;
|
@@ -110,11 +111,12 @@ ul.wide-inline-block {
|
|
110
111
|
-moz-box-orient: vertical;
|
111
112
|
display: inline-block;
|
112
113
|
vertical-align: middle;
|
113
|
-
*display: inline;
|
114
114
|
*vertical-align: auto;
|
115
115
|
white-space: nowrap;
|
116
116
|
padding-left: 10px;
|
117
117
|
padding-right: 10px; }
|
118
|
+
ul.wide-inline-block li {
|
119
|
+
*display: inline; }
|
118
120
|
|
119
121
|
ul.inline {
|
120
122
|
list-style-type: none; }
|
metadata
CHANGED
@@ -1,15 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: compass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 59
|
5
|
+
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 10
|
9
9
|
- 6
|
10
|
-
|
11
|
-
- 1
|
12
|
-
version: 0.10.6.pre.1
|
10
|
+
version: 0.10.6
|
13
11
|
platform: ruby
|
14
12
|
authors:
|
15
13
|
- Chris Eppstein
|
@@ -19,7 +17,7 @@ autorequire:
|
|
19
17
|
bindir: bin
|
20
18
|
cert_chain: []
|
21
19
|
|
22
|
-
date: 2010-10-
|
20
|
+
date: 2010-10-27 00:00:00 -07:00
|
23
21
|
default_executable: compass
|
24
22
|
dependencies:
|
25
23
|
- !ruby/object:Gem::Dependency
|
@@ -588,14 +586,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
588
586
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
589
587
|
none: false
|
590
588
|
requirements:
|
591
|
-
- - "
|
589
|
+
- - ">="
|
592
590
|
- !ruby/object:Gem::Version
|
593
|
-
hash:
|
591
|
+
hash: 3
|
594
592
|
segments:
|
595
|
-
-
|
596
|
-
|
597
|
-
- 1
|
598
|
-
version: 1.3.1
|
593
|
+
- 0
|
594
|
+
version: "0"
|
599
595
|
requirements: []
|
600
596
|
|
601
597
|
rubyforge_project:
|