diff options
author | VG <vg@devys.org> | 2014-11-29 16:30:06 +0100 |
---|---|---|
committer | VG <vg@devys.org> | 2014-11-29 16:30:06 +0100 |
commit | 953309ddde4477adfafd0e74d0fca074eeb63607 (patch) | |
tree | f29cbb0b8fb21deb89bedbff1cb599483b86ee3b /views/paste.tpl | |
parent | 4475362294e6c8fd0df4f19c035bed81e595671c (diff) | |
download | pasteme-953309ddde4477adfafd0e74d0fca074eeb63607.tar.gz pasteme-953309ddde4477adfafd0e74d0fca074eeb63607.tar.bz2 pasteme-953309ddde4477adfafd0e74d0fca074eeb63607.zip |
fix alignment pb on floating menu and add cosmetic changes
Diffstat (limited to 'views/paste.tpl')
-rw-r--r-- | views/paste.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/paste.tpl b/views/paste.tpl index 574717a..dc60a24 100644 --- a/views/paste.tpl +++ b/views/paste.tpl @@ -1,6 +1,6 @@ % rebase('base.tpl', title='Paste snippets') {{!content}} <div id="floatingmenu"> - <a href="/"><img alt="return" src="static/esc-icon.png"/></a><br/> - <a href="/{{pid}}/raw"><img alt="raw" src="static/download-icon.png"/></a> + <a href="/"><img alt="return" src="static/esc-icon.png" /></a><br /> + <a href="/{{pid}}/raw"><img alt="raw" src="static/download-icon.png" /></a> </div> |