[tor-commits] [lego/master] Add sticky bottom bar

hiro at torproject.org hiro at torproject.org
Fri Sep 13 18:35:15 UTC 2019


commit 3b60c06db11a537719fd949c0ff4f1cef752c4d5
Author: hiro <hiro at torproject.org>
Date:   Fri Sep 13 20:35:03 2019 +0200

    Add sticky bottom bar
---
 templates/bottom_banner.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/templates/bottom_banner.html b/templates/bottom_banner.html
index e69de29..ceb8c46 100644
--- a/templates/bottom_banner.html
+++ b/templates/bottom_banner.html
@@ -0,0 +1,3 @@
+<nav class="navbar sticky-bottom navbar-light bg-light">
+  <a class="navbar-brand" href="#">Sticky top</a>
+</nav>



More information about the tor-commits mailing list