From 49914a4d70ddcccdf04a32f2db9165111171df35 Mon Sep 17 00:00:00 2001 From: Fabio Teixeira Date: Thu, 23 Apr 2015 11:33:08 -0300 Subject: [PATCH] Remove unnecessary CSS --- public/designs/templates/lefttopright/stylesheets/style.css | 6 ------ 1 file changed, 0 insertions(+), 6 deletions(-) diff --git a/public/designs/templates/lefttopright/stylesheets/style.css b/public/designs/templates/lefttopright/stylesheets/style.css index c048d39..a7f5976 100644 --- a/public/designs/templates/lefttopright/stylesheets/style.css +++ b/public/designs/templates/lefttopright/stylesheets/style.css @@ -7,7 +7,6 @@ width: 58%; float: left; margin: 1% 1% 0% 1%; - background-color: red; } @@ -15,9 +14,6 @@ position: relative; float: left; width: 20%; - /*top: -165px;*/ - /*margin-top: -17.5%;*/ - background-color: blue; } .box-3 { @@ -25,13 +21,11 @@ float: right; width: 20%; margin-top: 1%; - background-color: yellow; } .box-4 { float: left; width: 79%; - background-color: green; margin-left: 21%; } -- libgit2 0.21.2