waterfall_bourbon_neat_rails 0.0.4.6 → 0.0.4.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: d61de9862ff3efe0b5d3c89a1052130256015a9d
4
- data.tar.gz: 0cc5463a6083b7ec16323d2ba3393177a0651d2c
3
+ metadata.gz: d9381058ad883bb3e57523194f5a41e91e5465f0
4
+ data.tar.gz: 4db241b788e59c452711360ef5552f25e8458e1b
5
5
  SHA512:
6
- metadata.gz: 4c24481fe3d298513eb0bb73940dd061455abc770bd2bff15e1faa857cbcb80d02d7f8ee89c0d40dc2239b2575a2578a867e430a0017628bcdf02aeb29289738
7
- data.tar.gz: 489dc85bb2c38a0e39d4091542cd1f7bd78ee729bf8b5f4a299ba589bc9e0ffcce4cb8569bff86a02cb7e3dd058369306c2325212364813274d38497a7c1437b
6
+ metadata.gz: 7b34f0ac6aeeeccdc753f3d7decf3318da73dcb7e7f027bff00f0820c5b1d22042c472aae37a8513ed1ff832fced81c48431b11422b66f273c9c889387b086b9
7
+ data.tar.gz: 0d4da474151d089991eac17054b71c830ab7947ed844ade169897e100c52faa3b75d0e5656b1e7240e7845460aa6de5f4a8f2ec5b7622c49327dcf61f9a53695
@@ -2,3 +2,37 @@
2
2
  @import "neat";
3
3
  // @import "flash";
4
4
  // @import "jquery.autocomplete";
5
+ div.container {
6
+ @include outer-container;
7
+ }
8
+
9
+ div.nav-bar {
10
+ @include span-columns(12);
11
+ @include row(table);
12
+ }
13
+
14
+ div.side-bar {
15
+ @include span-columns(4);
16
+ @include pad();
17
+ }
18
+
19
+ div.main-content {
20
+ @include span-columns(8);
21
+ @include reset-display;
22
+ @include pad();
23
+ }
24
+
25
+ div.footer {
26
+ @include span-columns(12);
27
+ div.copyright {
28
+ @include span-columns(6 of 12);
29
+ }
30
+ div.fake-links-container {
31
+ @include span-columns(6 of 12);
32
+ }
33
+ }
34
+
35
+ li.fake-link {
36
+ @include span-columns(3);
37
+ @include omega(4n);
38
+ }
@@ -1,3 +1,3 @@
1
- javascript 'application'
1
+ javascript_include_tag 'application'
2
2
 
3
3
  == yield :javascript
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "0.0.4.6".freeze
2
+ VERSION = "0.0.4.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: 0.0.4.6
4
+ version: 0.0.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.