aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/general/_locale_switcher.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/general/_locale_switcher.rhtml b/app/views/general/_locale_switcher.rhtml
index 6d1d5fad3..2521b5eb5 100644
--- a/app/views/general/_locale_switcher.rhtml
+++ b/app/views/general/_locale_switcher.rhtml
@@ -1,5 +1,5 @@
<% if FastGettext.default_available_locales.length > 1 && !params.empty? %>
- <div id="user_locale_switcher" class="well btn-toolbar">
+ <div id="user_locale_switcher">
<div class="btn-group">
<% for possible_locale in FastGettext.default_available_locales %>
<% if possible_locale == I18n.locale.to_s %>