Commit d9574b4b14714ab2fe5e161d23673556e126dd01
1 parent
559f2cd5
Exists in
master
and in
3 other branches
Fix for required for comment_paragraph plugin
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 0 0 0; | ||
70 | -display: block; | ||
71 | -position: relative; | ||
72 | -overflow: hidden; | 69 | + margin: 0 auto; |
70 | + display: block; | ||
71 | + position: relative; | ||
72 | + width: 62%; | ||
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 |
-
mentioned in commit d108c831cb271402dd68bf12c517cbfdd7ebe213