seasons 0.9.3.beta5 → 0.9.3.beta6
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/seasons.gemspec +2 -2
- data/stylesheets/seasons/tools/_css3.sass +2 -2
- metadata +2 -2
data/seasons.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{seasons}
|
|
5
|
-
s.version = "0.9.3.
|
|
5
|
+
s.version = "0.9.3.beta6"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5")
|
|
8
8
|
s.authors = ["Scott Kellum"]
|
|
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
|
|
|
35
35
|
s.homepage = %q{http://www.treesaver.net/}
|
|
36
36
|
s.require_paths = ["lib"]
|
|
37
37
|
s.rubyforge_project = %q{seasons}
|
|
38
|
-
s.rubygems_version = %q{0.9.3.
|
|
38
|
+
s.rubygems_version = %q{0.9.3.beta6}
|
|
39
39
|
s.summary = %q{The Compass variant of the Seasons framework to style Treesaver.}
|
|
40
40
|
s.add_dependency(%q<compass>, ["~> 0.11"])
|
|
41
41
|
end
|
|
@@ -540,9 +540,9 @@ $prefixes: -webkit- -moz- -ms- -o-
|
|
|
540
540
|
background-image: linear-gradient(top, lighten($color, 15%) 0%, $color 50%, darken($color, 5%) 51%, darken($color, 5%) 100%)
|
|
541
541
|
|
|
542
542
|
// ROTATION
|
|
543
|
-
=rotate($deg)
|
|
543
|
+
=rotate($deg, $origin: 0% 100%)
|
|
544
544
|
display: block
|
|
545
|
-
+transform-origin(
|
|
545
|
+
+transform-origin($origin)
|
|
546
546
|
.no-csstransforms &
|
|
547
547
|
@if $deg == 90
|
|
548
548
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
|