From: Antoine Musso Date: Mon, 20 Sep 2004 01:56:15 +0000 (+0000) Subject: fix colors when using thumbnails X-Git-Tag: 1.5.0alpha1~1945 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=2fe15d74563e1425f7619c8f5508c3459fb16e31;p=lhc%2Fweb%2Fwiklou.git fix colors when using thumbnails --- 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;