Commit 5d9e7a5f35cf3f8881b5947cded001a51f569019

Authored by Fabio Teixeira
1 parent d9f6d84f
Exists in design_template

Remove unnecessary CSS

Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
Signed-off-by: Thiago Ribeiro <thiagitosouza@hotmail.com>
public/designs/templates/lefttopright/stylesheets/style.css
... ... @@ -7,7 +7,6 @@
7 7 width: 58%;
8 8 float: left;
9 9 margin: 1% 1% 0% 1%;
10   - background-color: red;
11 10 }
12 11  
13 12  
... ... @@ -15,9 +14,6 @@
15 14 position: relative;
16 15 float: left;
17 16 width: 20%;
18   - /*top: -165px;*/
19   - /*margin-top: -17.5%;*/
20   - background-color: blue;
21 17 }
22 18  
23 19 .box-3 {
... ... @@ -25,13 +21,11 @@
25 21 float: right;
26 22 width: 20%;
27 23 margin-top: 1%;
28   - background-color: yellow;
29 24 }
30 25  
31 26 .box-4 {
32 27 float: left;
33 28 width: 79%;
34   - background-color: green;
35 29 margin-left: 21%;
36 30 }
37 31  
... ...