waterfall_bourbon_neat_rails 0.1.3 → 0.1.5

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: 4de35d923e0b4d128a6dd7cb9dbd6a78c1abac4c
4
- data.tar.gz: b27940a41d42df204ee85f643c308f5f81a63739
3
+ metadata.gz: 634ccb55b21fe178fe36c1146a609e03497eb03a
4
+ data.tar.gz: fdfc7f062eac35bba272eb922613d76867f6b928
5
5
  SHA512:
6
- metadata.gz: 2576676f3858351d7873ad03a796e03ebf73b7341415eb7a2613d31cbfb6098e809ce2c1e5331cc781e11f1ddf2af5761315c769d8f6e53ef7c1610ec68f5b90
7
- data.tar.gz: 505cc4283fcd0518f4c9d20c6a2b439358b9bcbd0e3c3adf3847220c21dd0b7f3ab1d0400bedc8c5145e038c840df841d8fc4f10d22f1cacc41432c58ca8e8fb
6
+ metadata.gz: c7861d8cd9b0d849b27aaa0173fbf8324a1b8a50569f924c87a74c798968d71f5792f8a44fdb37c9e69b81e2eb4cb8bc65458897ad8127ddb524d679b5bb22ba
7
+ data.tar.gz: 17f4436dbf8d8ebb4487031a0536ca90dc9ab325c0e06609239ee8cb21aceac01877cdf5843f4698be51d8f10cac4fddb48218084e54b8a8448f1dd459843aca
@@ -1,15 +1,19 @@
1
1
  .flash-alert {
2
2
  @include flash($alert-color);
3
+ text-align: center;
3
4
  }
4
5
 
5
6
  .flash-error {
6
7
  @include flash($error-color);
8
+ text-align: center;
7
9
  }
8
10
 
9
11
  .flash-notice {
10
12
  @include flash($notice-color);
13
+ text-align: center;
11
14
  }
12
15
 
13
16
  .flash-success {
14
17
  @include flash($success-color);
18
+ text-align: center;
15
19
  }
@@ -51,7 +51,7 @@ body {
51
51
  }
52
52
 
53
53
  .login {
54
- position: fixed;
54
+ //position: fixed;
55
55
  bottom: 0px;
56
56
  width: 100%;
57
57
  background: image-url('home-tile-bg.gif') repeat scroll left top #0057A7;
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "0.1.3".freeze
2
+ VERSION = "0.1.5".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: waterfall_bourbon_neat_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-07-15 00:00:00.000000000 Z
11
+ date: 2014-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails