diff options
Diffstat (limited to '')
-rw-r--r-- | plugins/language_switch/language_switch.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/language_switch/language_switch.css b/plugins/language_switch/language_switch.css new file mode 100644 index 000000000..c2764c306 --- /dev/null +++ b/plugins/language_switch/language_switch.css @@ -0,0 +1,7 @@ +#languageSwitchBox a { + display:inline-block; + width:130px; + text-decoration:none; + border:none; + text-transform:none; +}
\ No newline at end of file |