Commit 0b5543b1fbcfb7e8900b9a0408a07a91cd29a58e
1 parent
472a3c83
Exists in
master
and in
11 other branches
proposals_discussion: fix css
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
public/style.css
... | ... | @@ -234,13 +234,12 @@ form .proposals-discussion-plugin .body textarea { |
234 | 234 | } |
235 | 235 | |
236 | 236 | #content .article-body.article-body-proposals-discussion-plugin_proposal .body { |
237 | - clear: both; | |
238 | 237 | padding-top: 10px; |
239 | 238 | } |
240 | 239 | #content .article-body.article-body-proposals-discussion-plugin_proposal .abstract { |
241 | - width: 50%; | |
242 | - float: right; | |
243 | 240 | text-align: right; |
241 | + width: 50%; | |
242 | + padding-left: 50%; | |
244 | 243 | } |
245 | 244 | #content .article-body.article-body-proposals-discussion-plugin_proposal .abstract .content { |
246 | 245 | font-style: italic; | ... | ... |