diff options
author | Killy | 2017-11-05 19:11:32 +0300 |
---|---|---|
committer | Killy | 2017-11-05 19:11:32 +0300 |
commit | 7368c5f37749eac22890b1138a6ba3871e96f4fe (patch) | |
tree | b59e332eb54012dbcadaae66ff8a06f8d56d7a6e /juick-www/src/main/webapp/WEB-INF/layouts | |
parent | 83815d291a7945c26a675c8543e8766ad2d1beda (diff) |
www: responsive layoutkilly-responsive
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/layouts')
-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 %} |