--- trunk/lib/Frey/Web.pm 2009/01/10 17:46:20 985 +++ trunk/lib/Frey/Web.pm 2009/01/10 18:53:15 986 @@ -320,6 +320,12 @@ # $title =~ s{(\w)\w+::}{$1:}g; # XXX compress names of classes + $self->add_css(qq| + body { + padding-bottom: 3em; /* don't overlap status line */ + } + |); + my $html = join("\n", qq||, $self->_head_html,