ZURB-foundation 2.2 → 2.2.0.1

Sign up to get free protection for your applications and to get access to all the features.
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.2.gem`
21
+ * `sudo gem install ZURB-foundation-2.2.0.1.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.2"
7
- DATE = "2012-02-29"
6
+ VERSION = "2.2.0.1"
7
+ DATE = "2012-03-01"
8
8
 
9
9
  end
@@ -63,47 +63,47 @@
63
63
  [class*="column"]:before, [class*="column"]:after
64
64
  content: ""
65
65
  display: table
66
- [class*="column"]
67
- clear: both
68
66
  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten, .offset-by-eleven, .centered
69
67
  margin-left: 0% !important
70
68
  .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten
71
- left: none
69
+ left: auto
72
70
  .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten
73
- right: none
74
- // Mobile 4-column Grid
75
- //----------------------------------------------
76
- .row
77
- .phone-one.column:first-child, .phone-two.column:first-child, .phone-three.column:first-child, .phone-four.column:first-child, .phone-one.columns:first-child, .phone-two.columns:first-child, .phone-three.columns:first-child, .phone-four.columns:first-child
78
- margin-left: 0
79
- .phone-one.column, .phone-two.column, .phone-three.column, .phone-four.column, .phone-one.columns, .phone-two.columns, .phone-three.columns, .phone-four.columns
80
- margin-left: 4.4%
81
- float: left
82
- min-height: 1px
83
- position: relative
84
- padding: 0
85
- .phone-one.columns
86
- width: 21.68% !important
87
- .phone-two.columns
88
- width: 47.8% !important
89
- .phone-three.columns
90
- width: 73.9% !important
91
- .phone-four.columns
92
- width: 100% !important
71
+ right: auto
72
+ // Mobile 4-column Grid
73
+ //----------------------------------------------
74
+ .row
75
+ .phone-one:first-child, .phone-two:first-child, .phone-three:first-child, .phone-four:first-child
76
+ margin-left: 0
77
+ .phone-one:last-child, .phone-two:last-child, .phone-three:last-child, .phone-four:last-child
78
+ float: right
79
+ .phone-one, .phone-two, .phone-three, .phone-four
80
+ margin-left: 4.4%
81
+ float: left
82
+ min-height: 1px
83
+ position: relative
84
+ padding: 0
85
+ .phone-one
86
+ width: 21.68% !important
87
+ .phone-two
88
+ width: 47.8% !important
89
+ .phone-three
90
+ width: 73.9% !important
91
+ .phone-four
92
+ width: 100% !important
93
93
 
94
- .columns.push-one-phone
95
- left: 26.08%
96
- .columns.push-two-phone
97
- left: 52.2%
98
- .columns.push-three-phone
99
- left: 78.3%
94
+ .push-one-phone
95
+ left: 26.08%
96
+ .push-two-phone
97
+ left: 52.2%
98
+ .push-three-phone
99
+ left: 78.3%
100
100
 
101
- .columns.pull-one-phone
102
- right: 26.08%
103
- .columns.pull-two-phone
104
- right: 52.2%
105
- .columns.pull-three-phone
106
- right: 78.3%
101
+ .pull-one-phone
102
+ right: 26.08%
103
+ .pull-two-phone
104
+ right: 52.2%
105
+ .pull-three-phone
106
+ right: 78.3%
107
107
 
108
108
  // Block Grid
109
109
  //--------------------------------------------------
@@ -151,5 +151,4 @@
151
151
  <script src="javascripts/app.js"></script>
152
152
 
153
153
  </body>
154
- </html>
155
154
  </html>
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.2'
4
+ version: 2.2.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-02-29 00:00:00.000000000Z
12
+ date: 2012-03-01 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: compass
16
- requirement: &70211124707640 !ruby/object:Gem::Requirement
16
+ requirement: &70305631093660 !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: *70211124707640
24
+ version_requirements: *70305631093660
25
25
  description: ZURB Foundation ported over to work with the power of Compass.
26
26
  email: foundation@zurb.com
27
27
  executables: []