diff options
author | Jonas Smedegaard <dr@jones.dk> | 2016-03-04 19:27:51 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2016-03-04 19:27:51 +0100 |
commit | b5e72b3646b9da32a5650817130aabe09313adce (patch) | |
tree | aece12258beb5188a1dd64c24513f8e5cfaa5337 /style.scss | |
parent | 1bda8cdad4365f84d247ba5e9173f53efc654b44 (diff) |
Fix remove bogus float for content.
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -206,7 +206,6 @@ body { } #content { - float: left; min-height: 480px; width: (100% - $blockMid-marginBoth - $blockLeft-fullwidth - $blockRight-fullwidth); max-width: 72em; |