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 +1 -1
- data/lib/ZURB-foundation.rb +2 -2
- data/stylesheets/zurb/_mobile.sass +35 -35
- data/templates/project/index.html +0 -1
- metadata +4 -4
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
|
----------------------------
|
data/lib/ZURB-foundation.rb
CHANGED
@@ -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:
|
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:
|
74
|
-
// Mobile 4-column Grid
|
75
|
-
//----------------------------------------------
|
76
|
-
.row
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
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
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
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
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
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
|
//--------------------------------------------------
|
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:
|
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-
|
12
|
+
date: 2012-03-01 00:00:00.000000000Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: compass
|
16
|
-
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: *
|
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: []
|