From e486b3c79af80356ce85afe8fed47ee4a554a83f Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 31 May 2009 10:44:46 +0000 Subject: - 1 pixel around the flags panel git-svn-id: http://piwigo.org/svn/branches/2.0@3379 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/language_switch/language_switch.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/language_switch/language_switch.css b/plugins/language_switch/language_switch.css index f9e2b159c..2cfc88b35 100644 --- a/plugins/language_switch/language_switch.css +++ b/plugins/language_switch/language_switch.css @@ -1,6 +1,6 @@ @import "language_switch-default.css"; -.flag-pan { border:2px solid; background-color: #111; } +.flag-pan { border:1px solid; background-color: #111; } .menuf .flags {border-color: #000 !important; } .flag-pan { border-radius: 8px; } /* round corners with CSS3 compliant browsers */ -- cgit v1.2.3