waterfall_bourbon_neat_rails 1.4.8 → 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: a096ec5785530aaa69af5c10ae9f1c8ae23b752c
4
- data.tar.gz: bf256cbb7b84473adc74e6435c535bd55313318e
3
+ metadata.gz: 4a32b97c1c4f5c322b7de73a7e7bf7169b3b632d
4
+ data.tar.gz: 776564206a7d838e502b54e5c7c4a709f7540b32
5
5
  SHA512:
6
- metadata.gz: 14e7fc5399c6be1defe8b4cbc6164f55b5fea5d2199de892f3340d77bdd72d97da6571c84e4928172fd2f1f2f2ebe7aa83adf7eabeedb2254b8620685907132b
7
- data.tar.gz: be72c47d089d4aab8c3e73adaf9d853a63b4f07e7a6f8d0b3da2191bcc7dfdbadae87115d0b0570a955fdaadc2d54c36b13bc7e55493c63ea906a09979490b8a
6
+ metadata.gz: 0fa7398e4ddfdf8cd6c42fe9a56aae9027b97c81afac1637e7a42fe111d083f2b597693fd7ddc19dd593f839f5ea21dfcca1172cc3d4fa7088125646002a39a0
7
+ data.tar.gz: d57072cfedf693aa204df53fd2f59540f9b7b52f5d404d6dd69ca0c68e457a632a82c6b899f106f6dd9e2144ea925ca47624b06297aea5c69d75d2b469d81627
@@ -90,7 +90,7 @@ body#landing-page{
90
90
  }
91
91
  .content{
92
92
  #table_structure, #leads_structure{
93
- padding: 10px;
93
+ padding: 0 10px;
94
94
  position: relative;
95
95
  }
96
96
  .container{
@@ -55,6 +55,8 @@ $header-hover-color: white;
55
55
 
56
56
  a{
57
57
  color: inherit;
58
+ display: block;
59
+ width: 100%;
58
60
  }
59
61
  }
60
62
  }
@@ -1,3 +1,11 @@
1
1
  #landingPage{
2
2
  background: image-url('landing-bg.gif') repeat-x fixed left center #B9B9B8;
3
+ }
4
+
5
+ .contentTitle{
6
+ padding: 5px 12px;
7
+ font-size: 20px;
8
+ color: black;
9
+ font-weight: bolder;
10
+ text-align: center;
3
11
  }
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "1.4.8".freeze
2
+ VERSION = "1.5".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: 1.4.8
4
+ version: '1.5'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.