Also convert to unordered list which is better fit for this purpose.
---
 htdocs/css/bootstrap-theme.css |  7 ++++++-
 src/template_footer            | 11 +++++++----
 2 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/htdocs/css/bootstrap-theme.css b/htdocs/css/bootstrap-theme.css
index a08f304..2281462 100644
--- a/htdocs/css/bootstrap-theme.css
+++ b/htdocs/css/bootstrap-theme.css
@@ -475,11 +475,16 @@ body {
 }
 
 .footer {
-    position: absolute;
     bottom: 0;
     height: 15px;
 }
 
+.footer > ul {
+    list-style-type: none;
+    padding: 0;
+    text-align: right;
+}
+
 h1 a[href].glyphicon-link,
 h2 a[href].glyphicon-link,
 h3 a[href].glyphicon-link,
diff --git a/src/template_footer b/src/template_footer
index d767124..07995e1 100644
--- a/src/template_footer
+++ b/src/template_footer
@@ -1,20 +1,23 @@
 <footer class="footer pull-right">
+  <ul>
+  <li>
   <span class="label label-info">
     Server donated by
     <a href="https://developers.google.com/open-source/";>Google</a>
   </span>
-  <div>
+  </li>
+  <li>
   <span class="label label-success">
     Bandwidth provided by
     <a href="https://www.init7.net/en/";>init7</a>
   </span>
-  </div>
-  <div>
+  </li>
+  <li>
   <span class="label label-inverse">
     Rackspace provided by
     <a href="https://www.nine.ch/en/";>nine.ch</a>
   </span>
-  </div>
+  </li>
 </footer>
 
 </div>
-- 
1.9.1

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to