sassy-buttons 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/sassy-buttons.gemspec +2 -2
- data/stylesheets/_sassy-buttons.sass +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.4
|
data/sassy-buttons.gemspec
CHANGED
@@ -2,11 +2,11 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = "sassy-buttons"
|
5
|
-
s.version = "0.1.
|
5
|
+
s.version = "0.1.4"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Jared Hardy"]
|
9
|
-
s.date = "2012-08-
|
9
|
+
s.date = "2012-08-24"
|
10
10
|
s.description = "Sassy CSS3 buttons using Compass./"
|
11
11
|
s.email = "jared@jaredhardy.com"
|
12
12
|
s.extra_rdoc_files = ["LICENSE", "README.mkdn", "lib/sassy-buttons.rb"]
|
@@ -50,7 +50,7 @@ $sb-ie-support: true !default
|
|
50
50
|
// Mixing that gets included when calling the sassy-button-structure if you need any
|
51
51
|
// styles applied to all your sassy buttons, add it here.
|
52
52
|
@mixin sassy-button-default-structure
|
53
|
-
display: inline
|
53
|
+
display: inline-block
|
54
54
|
cursor: pointer
|
55
55
|
|
56
56
|
// The Sassy Button kitchen sink.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sassy-buttons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-08-
|
12
|
+
date: 2012-08-24 00:00:00.000000000Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: compass
|