aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/layout.html
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel+bitbucket@gmail.com>2014-06-12 21:54:10 +0200
committerCédric Bonhomme <kimble.mandel+bitbucket@gmail.com>2014-06-12 21:54:10 +0200
commitd27279bd9ce6a5031da273af556c85a7139563ae (patch)
treedc97beb480f0a7d064e3162806fde2187f25715c /pyaggr3g470r/templates/layout.html
parentMerged in jaesivsm/pyaggr3g470r/ui_tweak (pull request #3) (diff)
parentmore ui_tweak for menus (diff)
downloadnewspipe-d27279bd9ce6a5031da273af556c85a7139563ae.tar.gz
newspipe-d27279bd9ce6a5031da273af556c85a7139563ae.tar.bz2
newspipe-d27279bd9ce6a5031da273af556c85a7139563ae.zip
Merged in jaesivsm/pyaggr3g470r (pull request #4)
Some UI improvements
Diffstat (limited to 'pyaggr3g470r/templates/layout.html')
-rw-r--r--pyaggr3g470r/templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html
index 543fc823..8fc88d74 100644
--- a/pyaggr3g470r/templates/layout.html
+++ b/pyaggr3g470r/templates/layout.html
@@ -145,7 +145,7 @@ deployed on Heroku or on a traditional server." />
</div><!-- /.container -->
</nav>
- <div class="container" style="float: right">
+ <div class="container">
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
bgstack15