gluhu 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 12cb451c587ff8bac160a16a7d3b420211e37b07
4
- data.tar.gz: 6fc04cdaef082830d5f4516916bbfdb513bef275
3
+ metadata.gz: 02939bc0e5ce47cd67c6e24b03b3b883e7a74b56
4
+ data.tar.gz: 191788be0937ecde31d3f9b02ab2d966f54a99c9
5
5
  SHA512:
6
- metadata.gz: 742ff81eefaaebf907b12f580086a423a171e72ed1fe40d723187c7a0157bf07f507e5fa6b3f2270b867f2d8076aabd1c6c6185b160136b4795eeca8d8c4b571
7
- data.tar.gz: 83110ca75e8ca6bef817effca16561e384d81f7cfe9f9d36ead389ef2584e221e821f92e5a04acf7031ed210ba420ecfecad10a25f659ea41110b4076c521f48
6
+ metadata.gz: 6a49ae7fa6500f8bc735a73c9fae78935c831f8a5c108cca3ba4e3d4b109f660f222c7655677210f2af23f2c547cffa1212cf6d00c47a8384ef47ea981bef2ec
7
+ data.tar.gz: 8046f53b4b0c24b3c18b26602900e15ab54ebc2b093e3934cc3fe863b91d513c6f216d63eb5d0018cbe36e749f657ddf1dce0d9ceede62a348bf26cecc0e3674
data/lib/gluhu.rb CHANGED
@@ -17,7 +17,7 @@ Compass::Frameworks.register('gluhu', :path => extension_path)
17
17
  # a prerelease version
18
18
  # Date is in the form of YYYY-MM-DD
19
19
  module Gluhu
20
- VERSION = "0.0.8"
20
+ VERSION = "0.0.9"
21
21
  DATE = "2014-11-22"
22
22
  end
23
23
 
@@ -1,18 +1,10 @@
1
1
  /* Grid ================ */
2
2
 
3
- $max-width: 1000px ;
3
+ $max-width: 1200px ;
4
4
  $container-width:90% ;
5
5
  $breakpoint-width: 992px ;
6
- $column-1-width: 10% ;
7
- $column-2-width: 20% ;
8
- $column-3-width: 30% ;
9
- $column-4-width: 40% ;
10
- $column-5-width: 50% ;
11
- $column-6-width: 60% ;
12
- $column-7-width: 70% ;
13
- $column-8-width: 80% ;
14
- $column-9-width: 90% ;
15
- $column-10-width: 100% ;
6
+ $column-width: 10% ;
7
+ $column-count: 12 ;
16
8
  $column-padding: 10px ;
17
9
 
18
10
  /* typography =============== */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gluhu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Chappell