From 895ef7092c9f6f3402eebd4f4b5e32a1ebcdde95 Mon Sep 17 00:00:00 2001 From: carstenklapp Date: Sun, 3 Mar 2002 04:08:37 +0000 Subject: [PATCH] Fixed photograph not showing in calendar. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2224 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- themes/Hawaiian/Hawaiian.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/Hawaiian/Hawaiian.css b/themes/Hawaiian/Hawaiian.css index 1ef994ef7..b990b6e82 100644 --- a/themes/Hawaiian/Hawaiian.css +++ b/themes/Hawaiian/Hawaiian.css @@ -1,5 +1,5 @@ /** - * $Id: Hawaiian.css,v 1.23 2002-02-18 21:45:35 carstenklapp Exp $ + * $Id: Hawaiian.css,v 1.24 2002-03-03 04:08:37 carstenklapp Exp $ * * This incarnation of this stylesheet is a complete rewrite from the * ground up. It has not yet been tested against NS4. @@ -248,7 +248,7 @@ table.cal thead { table.cal table.cal-header td { padding-top: 110px; } -table.cal table.cal-header tr:first-child { +table.cal thead tr:first-child { background: url("images/pictures/SteamVolcanoDusk.jpg") no-repeat; background-position: center; font-size: larger; -- 2.45.0