Commit d108c831cb271402dd68bf12c517cbfdd7ebe213
1 parent
d9574b4b
Exists in
master
and in
2 other branches
Revert "Fix for required for comment_paragraph plugin"
This reverts commit d9574b4b14714ab2fe5e161d23673556e126dd01.
Showing
1 changed file
with
7 additions
and
7 deletions
Show diff stats
style.css
@@ -66,17 +66,17 @@ width: 80%; | @@ -66,17 +66,17 @@ width: 80%; | ||
66 | /**Nova largura dos blocos lateral e principal**/ | 66 | /**Nova largura dos blocos lateral e principal**/ |
67 | 67 | ||
68 | .box-1, .no-boxes { | 68 | .box-1, .no-boxes { |
69 | - margin: 0 auto; | ||
70 | - display: block; | ||
71 | - position: relative; | ||
72 | - width: 62%; | 69 | +margin: 0 0 0 0; |
70 | +display: block; | ||
71 | +position: relative; | ||
72 | +overflow: hidden; | ||
73 | } | 73 | } |
74 | 74 | ||
75 | .box-1 .blocks, | 75 | .box-1 .blocks, |
76 | .no-boxes .blocks { | 76 | .no-boxes .blocks { |
77 | - width: auto; | ||
78 | - float: none; | ||
79 | - padding: 0 1em; | 77 | + width: auto; |
78 | + float: none; | ||
79 | + padding: 0 1em; | ||
80 | } | 80 | } |
81 | 81 | ||
82 | 82 |