diff --git a/source/stylesheets/custom.css.scss b/source/stylesheets/custom.css.scss index b6b004a..48acb90 100644 --- a/source/stylesheets/custom.css.scss +++ b/source/stylesheets/custom.css.scss @@ -4,20 +4,22 @@ Copied from http://html5devgal.wordpress.com/2013/05/29/vertically-and-horizontally-center-with-twitter-bootstrap-responsive/ */ -html, body{height:100%; margin:0;padding:0} +html, body { height: 100%; margin: 0; padding: 0 } .container-fluid { - height:100%; - display:table; + height: 100%; + display: table; width: 100%; padding: 0; } + .row-fluid { height: 100%; - display:table-cell; + display: table-cell; vertical-align: middle; } + .centering { - float:none; - margin:0 auto; + float: none; + margin: 0 auto; } diff --git a/source/stylesheets/variables.css.scss b/source/stylesheets/variables.css.scss index 88b5201..06e1e82 100644 --- a/source/stylesheets/variables.css.scss +++ b/source/stylesheets/variables.css.scss @@ -1,3 +1,2 @@ - $body-bg: #fefffe; $text-color: #3f3f3f;