diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-04-06 09:16:14 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-04-06 09:16:14 +0200 |
commit | 1d96c27fc1db174bb5f4fd52b0e15b3481656969 (patch) | |
tree | d2c12bfb8acb772901d86ee895288b3187f0a51b /pyaggr3g470r/templates/layout.html | |
parent | Minor improvements to the CSS of the side nav. (diff) | |
download | newspipe-1d96c27fc1db174bb5f4fd52b0e15b3481656969.tar.gz newspipe-1d96c27fc1db174bb5f4fd52b0e15b3481656969.tar.bz2 newspipe-1d96c27fc1db174bb5f4fd52b0e15b3481656969.zip |
Minor changes to the CSS.
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 674c5110..60efa69e 100644 --- a/pyaggr3g470r/templates/layout.html +++ b/pyaggr3g470r/templates/layout.html @@ -80,7 +80,7 @@ </nav> <br /> - + <div class="container"> {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} |