diff options
author | Killy | 2017-11-05 19:11:32 +0300 |
---|---|---|
committer | KillyMXI | 2017-12-27 15:04:57 +0300 |
commit | 4550ab47a0eff300f8f4811bc211c2d9b9554e61 (patch) | |
tree | 10ec41cbfd54d4e73098910fb635d8b47d49741f /juick-www/src/main/webapp/WEB-INF/layouts/content.html | |
parent | 573971d10d7af79b74ce367383ab445814dcb039 (diff) |
www: responsive layout
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/layouts/content.html')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/layouts/content.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/layouts/content.html b/juick-www/src/main/webapp/WEB-INF/layouts/content.html index f4ca0d84..d3260acf 100644 --- a/juick-www/src/main/webapp/WEB-INF/layouts/content.html +++ b/juick-www/src/main/webapp/WEB-INF/layouts/content.html @@ -47,7 +47,7 @@ {% include "views/partial/navigation" %} <div id="wrapper"> {% if visitor.uid == 0 %} - <div class="page"> + <div class="announcement"> <p>{{ i18n("messages","message.loginForSending", "/login") | raw }}.</p> </div> {% endif %} |