Commit 49914a4d70ddcccdf04a32f2db9165111171df35
Committed by
Rodrigo Souto
1 parent
a942a1e4
Exists in
master
and in
18 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 +7,6 @@ | ||
| 7 | width: 58%; | 7 | width: 58%; |
| 8 | float: left; | 8 | float: left; |
| 9 | margin: 1% 1% 0% 1%; | 9 | margin: 1% 1% 0% 1%; |
| 10 | - background-color: red; | ||
| 11 | } | 10 | } |
| 12 | 11 | ||
| 13 | 12 | ||
| @@ -15,9 +14,6 @@ | @@ -15,9 +14,6 @@ | ||
| 15 | position: relative; | 14 | position: relative; |
| 16 | float: left; | 15 | float: left; |
| 17 | width: 20%; | 16 | width: 20%; |
| 18 | - /*top: -165px;*/ | ||
| 19 | - /*margin-top: -17.5%;*/ | ||
| 20 | - background-color: blue; | ||
| 21 | } | 17 | } |
| 22 | 18 | ||
| 23 | .box-3 { | 19 | .box-3 { |
| @@ -25,13 +21,11 @@ | @@ -25,13 +21,11 @@ | ||
| 25 | float: right; | 21 | float: right; |
| 26 | width: 20%; | 22 | width: 20%; |
| 27 | margin-top: 1%; | 23 | margin-top: 1%; |
| 28 | - background-color: yellow; | ||
| 29 | } | 24 | } |
| 30 | 25 | ||
| 31 | .box-4 { | 26 | .box-4 { |
| 32 | float: left; | 27 | float: left; |
| 33 | width: 79%; | 28 | width: 79%; |
| 34 | - background-color: green; | ||
| 35 | margin-left: 21%; | 29 | margin-left: 21%; |
| 36 | } | 30 | } |
| 37 | 31 |