waterfall_bourbon_neat_rails 2.0.0.6 → 2.0.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 895d950dfb7006dc3b33108064e3ed813b83fa6c
4
- data.tar.gz: 138a94586244ffbeb81a3a178bb00035c690c424
3
+ metadata.gz: 10e063fd8af05b6a472190c6899732bb71025fd5
4
+ data.tar.gz: 8c9a3c1f2685e9cfbebd6fce33348d51ec56ec8f
5
5
  SHA512:
6
- metadata.gz: 7ce6562f5e0fa04e67c97956f93b44ebb9f8632d9f4f291d64e358a85aa2c1b4004fc464c05c4190366bf2d53b081655ca356fe06d1afcbeaae0d9f12e14b986
7
- data.tar.gz: 303cd18493221c405417f4fd02a681485d86cdaaece4e743f227bc9494f648c96dcfcfeda79151857cd0b313fa2731b88cea7c6fa990d37ec0811699ffe5f19d
6
+ metadata.gz: f19cc451aae5d6014344341076a693f41521868fc9c263bda75dbf0076a4e744444274e93d5ef42cf9f078e6480fc34be37971438ec3f2a4a971f4d1d2066d74
7
+ data.tar.gz: 9c4464ce5878e1682dee3412342653b48407d6cdfdd9263d9b9d202840ba77d6822235d3bf7cbc5351cd734c2d3a358b7b2714eca3d18155104fe278c715d1b7
@@ -46,7 +46,7 @@ body{
46
46
  line-height: 50px;
47
47
  color:white;
48
48
  text-align: center;
49
- position: absolute;
49
+ position: relative;
50
50
  }
51
51
  }
52
52
 
@@ -152,25 +152,10 @@ body#landing-page{
152
152
  @include span-columns(6 of 8);
153
153
  @include shift(1);
154
154
  }
155
-
156
- // .form_actions{;
157
- // @include clearfix;
158
- // color: $light_blue;
159
-
160
- // input, .btn_back {
161
- // @include btn(#fff, 120px, 40px,1em, $light_blue, transparent, $light_blue);
162
- // }
163
- // input{
164
- // float: left;
165
- // }
166
- // .btn_back {
167
- // float: right;
168
- // }
169
- // }
170
155
  }
171
156
  }
172
157
  .footer{
173
- position: absolute;
158
+ position: relative;
174
159
  footer{
175
160
  background-color: $medium_blue;
176
161
  }
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "2.0.0.6".freeze
2
+ VERSION = "2.0.0.7".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waterfall_bourbon_neat_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0.6
4
+ version: 2.0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.