diff options
author | François Schmidts <francois.schmidts@gmail.com> | 2014-06-12 10:57:45 +0200 |
---|---|---|
committer | François Schmidts <francois.schmidts@gmail.com> | 2014-06-12 10:57:45 +0200 |
commit | f66e97c47c61801c39f386f8b18a90da5d23ed2b (patch) | |
tree | 2d8242825e38cb85ba1cc49bec62aedd23c310e6 /pyaggr3g470r/templates/layout.html | |
parent | Merged in jaesivsm/pyaggr3g470r/ui_tweak (pull request #3) (diff) | |
download | newspipe-f66e97c47c61801c39f386f8b18a90da5d23ed2b.tar.gz newspipe-f66e97c47c61801c39f386f8b18a90da5d23ed2b.tar.bz2 newspipe-f66e97c47c61801c39f386f8b18a90da5d23ed2b.zip |
style correction
Diffstat (limited to 'pyaggr3g470r/templates/layout.html')
-rw-r--r-- | pyaggr3g470r/templates/layout.html | 2 |
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 %} |