jetpack-rails 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,4 +1,6 @@
1
1
  Changelog:
2
+ 0.6.3:
3
+ - Adjusted fractionalize to use 'device' width instead of 'width' in media queries.
2
4
  0.6.2:
3
5
  - Adjusted resetize style of disabled elements.
4
6
  - Added definition of disabled elements to forms stylesheet and matched to link button styles.
@@ -1,3 +1,3 @@
1
1
  module Jetpack
2
- VERSION = "0.6.2"
2
+ VERSION = "0.6.3"
3
3
  end
@@ -43,8 +43,8 @@ $margin: 20px;
43
43
 
44
44
  @mixin container {
45
45
  width: $desktop;
46
- @media only screen and (min-width: 768px) and (max-width: 1023px) { width: $tablet; }
47
- @media only screen and (max-width: 767px) { width: $mobile; }
46
+ @media only screen and (min-device-width: 768px) and (max-device-width: 1023px) { width: $tablet; }
47
+ @media only screen and (max-device-width: 767px) { width: $mobile; }
48
48
  margin: 0 auto;
49
49
  clear: both;
50
50
  @include clearfix;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jetpack-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
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-11-05 00:00:00.000000000 Z
12
+ date: 2012-11-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass-rails
@@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
116
116
  version: '0'
117
117
  requirements: []
118
118
  rubyforge_project:
119
- rubygems_version: 1.8.23
119
+ rubygems_version: 1.8.24
120
120
  signing_key:
121
121
  specification_version: 3
122
122
  summary: A sweet fractional grid system plus an awesome bootstrap mashup, optimized