From 7346fa06b088121acf357e4dc96768c026451e54 Mon Sep 17 00:00:00 2001 From: runemaster <> Date: Sat, 4 Mar 2006 01:43:28 +0000 Subject: [PATCH] position: fixed? /me glares at Ispy. Sure if you want the topnav to be fixed when scrolling ... :) (Thanks Deuce for the catch) --- web/root/default.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/web/root/default.css b/web/root/default.css index e57cdef9c3..6fa2e64b2e 100644 --- a/web/root/default.css +++ b/web/root/default.css @@ -130,10 +130,9 @@ td.rtn { } #tlink { - position: fixed; - top: 52px; - left: 54px; - float: left; + top: 52px; + left: 54px; + float: left; font-size: small; color: #7788ff; font-weight: bold; -- GitLab