From 00d5c9ad7b64bde1602bdb7bb5ec12b23d73979b Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 19 May 2017 13:41:42 +0300 Subject: juick-www: fix img align --- juick-www/src/main/static/style.css | 2 +- juick-www/src/main/webapp/WEB-INF/views/index.html | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index f629a2c5..bab0519f 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -195,7 +195,7 @@ article .i { text-align: center; } article .ir { - float: right; + text-align: center; margin-bottom: 10px; margin-left: 10px; } diff --git a/juick-www/src/main/webapp/WEB-INF/views/index.html b/juick-www/src/main/webapp/WEB-INF/views/index.html index eebba613..0e4eb6ba 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/index.html +++ b/juick-www/src/main/webapp/WEB-INF/views/index.html @@ -25,13 +25,12 @@ {{ tags(msg.getUser().getName(), msg.getTags()) }} - +

{{ msg | formatMessage }}

{% if msg.AttachmentType is not empty %}

{% endif %} -

{{ msg | formatMessage }}

{% if msg.AttachmentType is not empty %}
{% endif %} @@ -78,4 +77,4 @@ {% if noindex %} {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %} -- cgit v1.2.3