seasons 0.9.3.beta10 → 0.9.3.beta11

Sign up to get free protection for your applications and to get access to all the features.
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.beta10"
5
+ s.version = "0.9.3.beta11"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5")
8
8
  s.authors = ["Scott Kellum"]
@@ -282,11 +282,10 @@ $fullbleed: true !default
282
282
 
283
283
 
284
284
  // BLUR LIGHTBOX BACKGROUND
285
- // New browsers only.
286
285
  @if $blur-lightbox
287
- #chromeContainer .chrome:first-child
286
+ .chrome:first-child .grid, .chrome:first-child nav
288
287
  +prefix(filter, blur($blur-radius))
289
- #chromeContainer .chrome:last-child
288
+ .chrome:last-child .grid, .chrome:last-child nav
290
289
  +prefix(filter, blur(0))
291
290
 
292
291
 
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 9
8
8
  - 3
9
- - beta10
10
- version: 0.9.3.beta10
9
+ - beta11
10
+ version: 0.9.3.beta11
11
11
  platform: ruby
12
12
  authors:
13
13
  - Scott Kellum