diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-09-03 07:51:02 +0200 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-09-03 07:51:02 +0200 |
commit | 0a5797d42af662c7073e057ac7533dac0a8e1dde (patch) | |
tree | ed16836a9021978e81e9b94ecbb659e8b276ce1f /source/static/templates | |
parent | Minor change to the template of the /history page. (diff) | |
download | newspipe-0a5797d42af662c7073e057ac7533dac0a8e1dde.tar.gz newspipe-0a5797d42af662c7073e057ac7533dac0a8e1dde.tar.bz2 newspipe-0a5797d42af662c7073e057ac7533dac0a8e1dde.zip |
Minor improvement to the CSS.
Diffstat (limited to 'source/static/templates')
-rw-r--r-- | source/static/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/static/templates/base.html b/source/static/templates/base.html index 29e81450..03c40f90 100644 --- a/source/static/templates/base.html +++ b/source/static/templates/base.html @@ -15,7 +15,7 @@ </head> <body> <div class="right innerlogo"> - <a href="/"><img src="/static/img/tuxrss.png" title="What's new today?"/></a> + <a href="/"><img src="/static/img/tuxrss.png" title="What's new today?" /></a> </div> <a href="/"><h1 id="top">pyAggr3g470r</h1></a> ${self.body()} @@ -25,4 +25,4 @@ <a href="https://bitbucket.org/cedricbonhomme/pyaggr3g470r/" rel="noreferrer" target="_blank">Source code</a> of pyAggr3g470r.</p> </div> </body> -</html>
\ No newline at end of file +</html> |