Commit 27e8ab7986caf2861920d81d4132019f1447554d
1 parent
b4b20ee2
Exists in
master
and in
2 other branches
Fix content center
Showing
1 changed file
with
3 additions
and
16 deletions
Show diff stats
style.css
... | ... | @@ -1160,12 +1160,8 @@ ul.profile-list .common-profile-list-block { |
1160 | 1160 | |
1161 | 1161 | /***************content*************/ |
1162 | 1162 | |
1163 | -/* | |
1164 | - | |
1165 | 1163 | #content { |
1166 | - left: -480px; | |
1167 | - margin-left: 50%; | |
1168 | - margin-top: 0; | |
1164 | + margin: 0 auto; | |
1169 | 1165 | position: relative; |
1170 | 1166 | width: 960px; |
1171 | 1167 | } |
... | ... | @@ -1174,6 +1170,8 @@ ul.profile-list .common-profile-list-block { |
1174 | 1170 | padding:0; |
1175 | 1171 | } |
1176 | 1172 | |
1173 | +/* | |
1174 | + | |
1177 | 1175 | .action-home-index #content { |
1178 | 1176 | left: 0px; |
1179 | 1177 | margin-left: 0; |
... | ... | @@ -2069,12 +2067,6 @@ input.button.with-text { |
2069 | 2067 | |
2070 | 2068 | /*Página Inicial - .action-home-index*/ |
2071 | 2069 | |
2072 | -.action-home-index #content, | |
2073 | -.action-environment_design-index #content { | |
2074 | - margin-bottom: -105px; | |
2075 | -} | |
2076 | - | |
2077 | - | |
2078 | 2070 | .action-home-index .box-1 .blocks, |
2079 | 2071 | .action-environment_design-index .box-1 .blocks { |
2080 | 2072 | margin-top: 0px; |
... | ... | @@ -2091,11 +2083,6 @@ input.button.with-text { |
2091 | 2083 | margin-bottom: 0px; |
2092 | 2084 | } |
2093 | 2085 | |
2094 | -.action-home-index .box-1, | |
2095 | -.action-environment_design-index .box-1 { | |
2096 | - /* margin-top: -50px;*/ | |
2097 | -} | |
2098 | - | |
2099 | 2086 | .action-home-index .main-block, |
2100 | 2087 | .action-environment_design-index #box-organizer .main-block{ |
2101 | 2088 | display: none; | ... | ... |