waterfall_bourbon_neat_rails 0.0.3.4 → 0.0.3.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: 4ac28bdf78cc1c00926d65069b992b4b313a07d7
4
- data.tar.gz: ee41fb2d5754832075f5337a435e1bfddcc64410
3
+ metadata.gz: e8695eb14f86acbf34505ca8f5ff184347f6b69e
4
+ data.tar.gz: f5597b88de7b536fa9ee1d660791ae7854d5a8ff
5
5
  SHA512:
6
- metadata.gz: 02a2037c6b149e3cf36aa92365eef5055da2d05af6cef32808043401db25a5a5e6c5a29172b0c2856b8e8c2247dd3a1e288b30b31bac59be7bef18d22bf1fa9b
7
- data.tar.gz: 1295bb7dfd2021921a6d840070271104c40b2166f067605c1ae02d1313da8dfcb3645ad35636daf55b03b2c21a4bbe783aa8b9090f42a7d78a0694bc647f4451
6
+ metadata.gz: dab2142705b683bde5abd6021212bf2d5dcd081d87ba874ceb09d9d3a9ba64b0733ddf25a37cff59082cc0c27fa2949d2b3e9d0d4c420bd1b65fe6edebf82283
7
+ data.tar.gz: 90f2f6b8e9f5df06456beea7773df9892ce44ec143d7bb4a24fb7e9847fb4e17447929a81546654c60e231279beb3ff7b6a5dd7e88747fa077b325a609b14dcb
@@ -1,36 +1 @@
1
- @import 'waterfall_bourbon_neat_rails/application'
2
-
3
- div.container {
4
- @include outer-container;
5
- }
6
-
7
- div.nav-bar {
8
- @include span-columns(12);
9
- @include row(table);
10
- }
11
-
12
- div.side-bar {
13
- @include span-columns(4);
14
- @include pad();
15
- }
16
-
17
- div.main-content {
18
- @include span-columns(8);
19
- @include reset-display;
20
- @include pad();
21
- }
22
-
23
- div.footer {
24
- @include span-columns(12);
25
- div.copyright {
26
- @include span-columns(6 of 12);
27
- }
28
- div.fake-links-container {
29
- @include span-columns(6 of 12);
30
- }
31
- }
32
-
33
- li.fake-link {
34
- @include span-columns(3);
35
- @include omega(4n);
36
- }
1
+ @import 'waterfall_bourbon_neat_rails/application'
@@ -1,4 +1,39 @@
1
1
  @import "bourbon";
2
2
  @import "neat";
3
3
  @import 'flash';
4
- @import 'jquery.autocomplete';
4
+ @import 'jquery.autocomplete';
5
+
6
+ div.container {
7
+ @include outer-container;
8
+ }
9
+
10
+ div.nav-bar {
11
+ @include span-columns(12);
12
+ @include row(table);
13
+ }
14
+
15
+ div.side-bar {
16
+ @include span-columns(4);
17
+ @include pad();
18
+ }
19
+
20
+ div.main-content {
21
+ @include span-columns(8);
22
+ @include reset-display;
23
+ @include pad();
24
+ }
25
+
26
+ div.footer {
27
+ @include span-columns(12);
28
+ div.copyright {
29
+ @include span-columns(6 of 12);
30
+ }
31
+ div.fake-links-container {
32
+ @include span-columns(6 of 12);
33
+ }
34
+ }
35
+
36
+ li.fake-link {
37
+ @include span-columns(3);
38
+ @include omega(4n);
39
+ }
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "0.0.3.4".freeze
2
+ VERSION = "0.0.3.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: 0.0.3.4
4
+ version: 0.0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.