diff options
author | mistic100 <mistic@strangeplanet.fr> | 2015-07-24 22:44:39 +0200 |
---|---|---|
committer | mistic100 <mistic@strangeplanet.fr> | 2015-07-26 19:11:36 +0200 |
commit | 4e71ba9d3ea40cd2d817965e5eed4a2fe1b876b3 (patch) | |
tree | af7f5291540806e5fde21db1d98d590579549055 /plugins/language_switch/style.css | |
parent | 32138f1fbd7637dffaaad0c8ca677e43a0d13831 (diff) |
Remove core plugins from core repository
Diffstat (limited to '')
-rw-r--r-- | plugins/language_switch/style.css | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/plugins/language_switch/style.css b/plugins/language_switch/style.css deleted file mode 100644 index 476ab4a66..000000000 --- a/plugins/language_switch/style.css +++ /dev/null @@ -1,29 +0,0 @@ -#languageSwitchBox { - padding: 0.5em 5px; - border-radius: 4px; - z-index: 100; - text-align:left; - display: none; - position: absolute; - left: 0; top: 0; /*left, right set through js*/ - background-color: #555; - border: 1px solid #000; -} - -#languageSwitchBox .switchBoxTitle { - padding-bottom:5px; - margin-bottom:5px; - border-bottom: 1px solid #444; -} -#languageSwitchBox a { - color:#aaa; -} -#languageSwitchBox a:hover { - color:#ddd; -} - -[class*="langflag-"] { - overflow: hidden; - text-indent: -9999px; - vertical-align: bottom; -} |