From 059cf770763fbbcb1db482fdf92d864036da0e98 Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Tue, 13 Jun 2006 21:53:21 +1200 Subject: [PATCH] added new gallery style to original template --- templates/sgn/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/templates/sgn/style.css b/templates/sgn/style.css index 39522aa..794f6de 100644 --- a/templates/sgn/style.css +++ b/templates/sgn/style.css @@ -455,3 +455,21 @@ div.serendipity_freetag_taglist { border:none; } + +.gallery_minus { + font-family:courier; + font-size:9px; +} + +.gallery_plus { + font-family:courier; + font-size:9px; +} + +.gallery_plus_grey { + font-family:courier; + font-size:9px; + color:#999999; +} + + -- 2.39.5