Commit c29918694a1e763641f3159ac95431c70cb88084
1 parent
d4b28ad0
Exists in
master
and in
11 other branches
proposals_discussion: small fix in proposal style
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
public/style.css
| ... | ... | @@ -241,6 +241,7 @@ form .proposals-discussion-plugin .body textarea { |
| 241 | 241 | #content .article-body.article-body-proposals-discussion-plugin_proposal .abstract { |
| 242 | 242 | width: 50%; |
| 243 | 243 | float: right; |
| 244 | + text-align: right; | |
| 244 | 245 | } |
| 245 | 246 | #content .article-body.article-body-proposals-discussion-plugin_proposal .abstract .content { |
| 246 | 247 | font-style: italic; | ... | ... |