From 0edb198e3956c1ee0edfdbd4d2f04bc1532d0223 Mon Sep 17 00:00:00 2001 From: bsag Date: Sat, 24 Jun 2006 13:57:31 +0000 Subject: [PATCH] Fixed a display glitch that affected Opera: the contents of the page would display underneath the fixed navigation section at the top. git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@267 a4c988fc-2ded-0310-b66e-134b36920a42 --- tracks/app/views/layouts/standard.rhtml | 3 +++ tracks/db/schema.rb | 11 +++++------ tracks/public/stylesheets/standard.css | 11 ++++++++--- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/tracks/app/views/layouts/standard.rhtml b/tracks/app/views/layouts/standard.rhtml index 5b6be65f..fca3780a 100644 --- a/tracks/app/views/layouts/standard.rhtml +++ b/tracks/app/views/layouts/standard.rhtml @@ -50,6 +50,8 @@ + +
<% unless @controller_name == 'feed' or session['noexpiry'] == "on" -%> <%= periodically_call_remote( :url => {:controller => "login", :action => "check_expiry"}, @@ -58,6 +60,7 @@ <%= periodically_call_remote( :url => {:controller => "todo", :action => "check_tickler"}, :frequency => (10*60)) %> <%= @content_for_layout %> +