diff options
Diffstat (limited to 'juick-www')
-rw-r--r-- | juick-www/src/main/static/style.css | 4 | ||||
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/layouts/content.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 161f7444..cd6595f9 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -279,8 +279,8 @@ body > header nav li:last-child:after { margin: 1em 0; } .page { - background: #E5E5DD; - padding: 5px; + background: #f2f2ec; + padding: 6px; text-align: center; } 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 73d140f1..f4ca0d84 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 id="headdiv"> + <div class="page"> <p>{{ i18n("messages","message.loginForSending", "/login") | raw }}.</p> </div> {% endif %} |