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-23 09:15:49 +0100 |
commit | fd1acc0b0efb3dffc2da2788a59436c46d6492d4 (patch) | |
tree | fcdd8bd9cb9f1f8631369250c80b6da5d2a0b740 | |
parent | 5a511efae73fb99a9b6d1da1b5c5ac23da96f923 (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 %> |