From 47da7af8cac050a8d5fcb6c609e202003176545f Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Mon, 4 Feb 2019 11:40:42 -0500 Subject: [PATCH] Pin the navigation bar to the top of the page. From user feedback, the scrolling navigation bar would cause problems with readability, especially in larger font views. This keeps the navigation bar pinned to the top, until we can find a way to more easily handle this. In the context of pgarchives, this is one bit of "future-proofing" as we do not currently show the shout box in pgarchives, but may do so in the near future. --- django/archives/mailarchives/templates/base.html | 2 +- django/media/css/main.css | 15 +-------------- django/media/js/main.js | 7 ------- 3 files changed, 2 insertions(+), 22 deletions(-) diff --git a/django/archives/mailarchives/templates/base.html b/django/archives/mailarchives/templates/base.html index 1dda003..43f05e5 100644 --- a/django/archives/mailarchives/templates/base.html +++ b/django/archives/mailarchives/templates/base.html @@ -26,7 +26,7 @@
-