singularitygs 0.0.15 → 0.0.15.1

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.
data/lib/singularitygs.rb CHANGED
@@ -5,6 +5,6 @@ require 'breakpoint'
5
5
  Compass::Frameworks.register("singularitygs", :path => "#{File.dirname(__FILE__)}/..")
6
6
 
7
7
  module SingularityGS
8
- VERSION = "0.0.15"
8
+ VERSION = "0.0.15.1"
9
9
  DATE = "2012-10-10"
10
10
  end
@@ -122,6 +122,11 @@
122
122
  }
123
123
  }
124
124
 
125
+ //////////////////////////////
126
+ // Center Container
127
+ //////////////////////////////
128
+ margin: 0 auto;
129
+
125
130
  //////////////////////////////
126
131
  // Border box and clearfix
127
132
  //////////////////////////////
metadata CHANGED
@@ -6,7 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 0
8
8
  - 15
9
- version: 0.0.15
9
+ - 1
10
+ version: 0.0.15.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Scott Kellum