diff options
author | vdigital <vdigital@piwigo.org> | 2009-05-31 10:47:36 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2009-05-31 10:47:36 +0000 |
commit | 01dc8c2677f7a827f8e497e1bfed96932c1586bc (patch) | |
tree | 3257da765cf38e4d5ce2861c16a5eba099d1ce0a | |
parent | 9bc49434f3220da980ac06a7504069cbbc6d0987 (diff) |
Merge: 3379
- 1 pixel around the flags panel
git-svn-id: http://piwigo.org/svn/trunk@3380 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | plugins/language_switch/language_switch.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |