ZURB-foundation 2.1.3.2 → 2.1.3.3

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/README.mkdn CHANGED
@@ -18,7 +18,7 @@ In Terminal:
18
18
  * `git clone git://github.com/zurb/foundation-sass.git`
19
19
  * `cd foundation-sass`
20
20
  * `sudo gem build ZURB-foundation.gemspec`
21
- * `sudo gem install ZURB-foundation-2.1.3.2.gem`
21
+ * `sudo gem install ZURB-foundation-2.1.3.3.gem`
22
22
 
23
23
  To create your first project
24
24
  ----------------------------
@@ -3,7 +3,7 @@ Compass::Frameworks.register("ZURB-foundation", :path => File.join(File.dirname(
3
3
 
4
4
  module ZURBfoundation
5
5
 
6
- VERSION = "2.1.3.2"
6
+ VERSION = "2.1.3.3"
7
7
  DATE = "2011-12-21"
8
8
 
9
9
  end
@@ -108,33 +108,33 @@
108
108
  display: none !important
109
109
 
110
110
  @media only screen and (max-device-width: 800), only screen and (device-width: 1024px) and (device-width: 600), only screen and (width: 1280) and (orientation: landscape), only screen and (device-width: 800)
111
- .show-on-phones
111
+ .hide-on-phones
112
112
  display: block !important
113
- .show-on-tablets
113
+ .hide-on-tablets
114
114
  display: none !important
115
- .show-on-desktops
115
+ .hide-on-desktops
116
116
  display: block !important
117
117
 
118
- .hide-on-phones
118
+ .show-on-phones
119
119
  display: none !important
120
- .hide-on-tablets
120
+ .show-on-tablets
121
121
  display: block !important
122
- .hide-on-desktops
122
+ .show-on-desktops
123
123
  display: none !important
124
124
 
125
125
  @media only screen and (max-width: 767px)
126
- .show-on-phones
126
+ .hide-on-phones
127
127
  display: none !important
128
- .show-on-tablets
128
+ .hide-on-tablets
129
129
  display: block !important
130
- .show-on-desktops
130
+ .hide-on-desktops
131
131
  display: block !important
132
132
 
133
- .hide-on-phones
133
+ .show-on-phones
134
134
  display: block !important
135
- .hide-on-tablets
135
+ .show-on-tablets
136
136
  display: none !important
137
- .hide-on-desktops
137
+ .show-on-desktops
138
138
  display: none !important
139
139
 
140
140
  /* Specific overrides for elements that require something other than display: block */
@@ -374,15 +374,15 @@ div.panel
374
374
  padding-right: 36px
375
375
  &:after
376
376
  content: ""
377
- width: 0
378
- height: 0
379
- border-left: 4px solid transparent
380
- border-right: 4px solid transparent
381
- border-top: 4px solid #2a85e8
382
- display: block
383
- position: absolute
384
- right: 18px
385
- bottom: 20px
377
+ width: 0
378
+ height: 0
379
+ border-left: 4px solid transparent
380
+ border-right: 4px solid transparent
381
+ border-top: 4px solid #2a85e8
382
+ display: block
383
+ position: absolute
384
+ right: 18px
385
+ bottom: 20px
386
386
 
387
387
  .flyout
388
388
  background: #fff
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ZURB-foundation
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.3.2
4
+ version: 2.1.3.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-12-21 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: compass
16
- requirement: &70148459484660 !ruby/object:Gem::Requirement
16
+ requirement: &70119443291500 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 0.11.5
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70148459484660
24
+ version_requirements: *70119443291500
25
25
  description: ZURB Foundation ported over to work with the power of Compass.
26
26
  email: foundation@zurb.com
27
27
  executables: []