Commit 49914a4d70ddcccdf04a32f2db9165111171df35
Committed by
Rodrigo Souto
1 parent
a942a1e4
Exists in
master
and in
26 other branches
Remove unnecessary CSS
Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Thiago Ribeiro <thiagitosouza@hotmail.com>
Showing
1 changed file
with
0 additions
and
6 deletions
Show diff stats
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 | ... | ... |