From 6107d9558ca2643d104b5183eca3aac4b7bf717d Mon Sep 17 00:00:00 2001 From: djangokillen Date: Tue, 24 Nov 2015 21:20:37 +0100 Subject: [PATCH] Cleanup in CSS --- source/stylesheets/custom.css.scss | 14 ++++++++------ source/stylesheets/variables.css.scss | 1 - 2 files changed, 8 insertions(+), 7 deletions(-) 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;