From 2fe15d74563e1425f7619c8f5508c3459fb16e31 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 20 Sep 2004 01:56:15 +0000 Subject: [PATCH] fix colors when using thumbnails --- skins/amethyst/main.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/skins/amethyst/main.css b/skins/amethyst/main.css index 472cf01cd8..e7c44f0a31 100644 --- a/skins/amethyst/main.css +++ b/skins/amethyst/main.css @@ -366,13 +366,14 @@ div.floatleft p { font-style: italic; } /* thumbnails */ div.thumb { margin-bottom: 0.5em; - border-style: solid; border-color: White; + border-style: solid; + border-color: #2F333B; width: auto; } div.thumb div { - border:1px solid #cccccc; + border:1px solid #aaaaaa; padding: 3px !important; - background-color:#f9f9f9; + background-color:#2F333B; font-size: 94%; text-align: center; overflow: hidden; -- 2.20.1