diff options
author | plegall <plg@piwigo.org> | 2011-03-28 12:41:09 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-03-28 12:41:09 +0000 |
commit | 18878f8bb0bb23403772504ab4d94a34c85ecaf4 (patch) | |
tree | 7128ade20730effdf5b3db5cac6e22a06ba90677 /plugins/language_switch/language_switch.css | |
parent | 9ae7c2f1f7d608c23f20c5468332bd0dfcd57a6c (diff) |
use combine_css for languageSwitch plugin
git-svn-id: http://piwigo.org/svn/trunk@9905 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/language_switch/language_switch.css')
-rw-r--r-- | plugins/language_switch/language_switch.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/language_switch/language_switch.css b/plugins/language_switch/language_switch.css deleted file mode 100644 index 2cfc88b35..000000000 --- a/plugins/language_switch/language_switch.css +++ /dev/null @@ -1,8 +0,0 @@ -@import "language_switch-default.css"; - -.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 */ -.flag-pan { -moz-border-radius:8px; } -.flag-pan { -webkit-border-radius: 8px; }
\ No newline at end of file |