--- trunk/lib/Frey/Web.pm 2009/01/09 14:52:58 968 +++ 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,