waterfall_bourbon_neat_rails 0.0.5.3 → 0.0.5.4

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: cf5034dd440401f668767783609847acac726274
4
- data.tar.gz: 001ff963853b304d5337a81f758b522909f59f90
3
+ metadata.gz: 93d483ad0e4739a30a490218ffc62ebda3d71bc9
4
+ data.tar.gz: 0cf7d0902620a309ae4a745399bf515677ce0faa
5
5
  SHA512:
6
- metadata.gz: aa90c016f7bb680be05c783a9f1efad044525a5c2446cf926ee4414c0127adcfd3bc3b22285ea8920140a32797e1fc7a3653a037fb0a393d3b2ae911e217d02b
7
- data.tar.gz: 516b388eaf90ae0ab1443ed6e51bb25440cb8ab743684140a1f2d58f1c3b24aa9a098a63bf1cc1f2a5d3826be821c92c7ce973020a110e8c99ecf00ea463884c
6
+ metadata.gz: ec2990321668805da1306a917727530418373e75ee41a66591202edd41484e46d80b1169f7c2ddaa32f84f40f25cf7cb170fd859a97819a665ee9f8a43061e6f
7
+ data.tar.gz: 21dc0850e6d38e18bca8f56097bd5c759be073032f5bc133a89810c7edfc99291215a211e7665c3fdf43ff6f10085bf3f98671121309bcc94338ca4bdd6edbfb
@@ -2,7 +2,7 @@
2
2
  @include outer-container;
3
3
  }
4
4
 
5
- ol {
5
+ ul, ol {
6
6
  font-size: 1em;
7
7
  font-weight: 500;
8
8
 
@@ -26,4 +26,13 @@ ol {
26
26
 
27
27
  .small-column {
28
28
  @include span-columns(4 of 12);
29
+ }
30
+
31
+ .side-bar {
32
+ @include span-columns(4);
33
+ }
34
+
35
+ .main-content {
36
+ @include span-columns(8);
37
+ @include omega();
29
38
  }
@@ -1,7 +1,7 @@
1
1
  doctype html
2
2
  html
3
3
  head
4
- title "Title Placeholder"
4
+ title Title Placeholder
5
5
  meta charset='utf-8'
6
6
  meta name='ROBOTS' content='NOODP'
7
7
  = stylesheet_link_tag :application, :media => 'all'
@@ -1,3 +1,3 @@
1
1
  module WaterfallBourbonNeatRails
2
- VERSION = "0.0.5.3".freeze
2
+ VERSION = "0.0.5.4".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.5.3
4
+ version: 0.0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Waterfall Software Inc.