diff options
Diffstat (limited to 'libpathod/templates/frame.html')
-rw-r--r-- | libpathod/templates/frame.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libpathod/templates/frame.html b/libpathod/templates/frame.html index 33c96d19..f16e6d47 100644 --- a/libpathod/templates/frame.html +++ b/libpathod/templates/frame.html @@ -26,6 +26,7 @@ </head> <body> + <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> @@ -69,8 +70,8 @@ </div> <hr> <footer> - <p>© Aldo Cortesi 2012</p> - <p class="pull-right">[served by pathod]</p> + <span>© Aldo Cortesi 2012</span> + <span class="pull-right">[served by pathod]</span> </footer> </div> </body> |