compass_formalize 0.0.3 → 0.0.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/CHANGELOG.md +6 -7
- data/compass_formalize.gemspec +2 -2
- data/stylesheets/_formalize.sass +3 -3
- metadata +4 -4
data/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[0.0.4 - July 7,
|
|
4
|
+
2011](https://github.com/pengwynn/compass_formalize/compare/v0.0.3...v0.0.4)
|
|
5
|
+
[0.0.3 - June 25,
|
|
6
|
+
2011](https://github.com/pengwynn/compass_formalize/compare/v0.0.2...v0.0.3)
|
|
7
|
+
0.0.2 - April 27, 2011 - Patch from @hoverlover for Compass includes.
|
|
8
|
+
0.0.1 - April 19, 2011 - Initial release
|
|
4
9
|
|
|
5
|
-
* Patch from @disusered for relative assets via Compass
|
|
6
10
|
|
|
7
|
-
### 0.0.2 - April 27, 2011
|
|
8
11
|
|
|
9
|
-
* Patch from @hoverlover for Compass includes.
|
|
10
12
|
|
|
11
|
-
### 0.0.1 - April 19, 2011
|
|
12
|
-
|
|
13
|
-
* Initial release
|
data/compass_formalize.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{compass_formalize}
|
|
5
|
-
s.version = "0.0.
|
|
5
|
+
s.version = "0.0.4"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5")
|
|
8
8
|
s.authors = ["Wynn Netherland", "Nathan Smith"]
|
|
9
|
-
s.date = %q{2011-
|
|
9
|
+
s.date = %q{2011-07-07}
|
|
10
10
|
s.description = %q{Compass and Sass port of Nathan Smith's Formalize HTML form normalizer.}
|
|
11
11
|
s.email = %w{wynn.netherland@gmail.com nathan@sonspring.com}
|
|
12
12
|
s.files = `git ls-files`.split("\n")
|
data/stylesheets/_formalize.sass
CHANGED
|
@@ -62,7 +62,7 @@ input[type="button"]
|
|
|
62
62
|
+border-radius(11px)
|
|
63
63
|
+background-clip(padding-box)
|
|
64
64
|
background: #ddd image-url("button.png") repeat-x
|
|
65
|
-
+linear-gradient(color-stops(#fff, #ddd))
|
|
65
|
+
+background-image(linear-gradient(color-stops(#fff, #ddd)))
|
|
66
66
|
border: 1px solid
|
|
67
67
|
border-color: #ddd #bbb #999
|
|
68
68
|
cursor: pointer
|
|
@@ -200,7 +200,7 @@ select[size],
|
|
|
200
200
|
select[multiple]
|
|
201
201
|
height: auto
|
|
202
202
|
|
|
203
|
-
.is_webkit select[size]
|
|
203
|
+
.is_webkit select[size],
|
|
204
204
|
.is_webkit select[multiple]
|
|
205
205
|
background-image: none
|
|
206
206
|
padding: 0
|
|
@@ -276,4 +276,4 @@ optgroup
|
|
|
276
276
|
color: #888
|
|
277
277
|
|
|
278
278
|
.ie6_input_disabled
|
|
279
|
-
background: #eee
|
|
279
|
+
background: #eee
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compass_formalize
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.0.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Wynn Netherland
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date: 2011-
|
|
19
|
+
date: 2011-07-07 00:00:00 -05:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|