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