diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-05-22 09:18:19 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-05-22 09:18:19 +0100 |
commit | 5abd829150344297c56969e07fc6678ed63668a4 (patch) | |
tree | 7b0dd7e94913cae094c23c56efcb5453d26d183c | |
parent | 7506907726a78c6a7556bba080d09738264aebdc (diff) |
Remove unwanted CSS class from locale switcher
-rw-r--r-- | app/views/general/_locale_switcher.rhtml | 2 |
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 %> |