diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-01-24 10:28:12 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-01-24 10:28:12 +0000 |
commit | e391be40866f720ddc47398bb51e63e551935de3 (patch) | |
tree | d0bf0d5efd8e020e0bf9b03a2e07f3bbc0a2eb25 /public | |
parent | 6e6c6fac5caf92103a54e0c8f76a06f5f1b3b4f4 (diff) | |
download | redmine-e391be40866f720ddc47398bb51e63e551935de3.tar.gz redmine-e391be40866f720ddc47398bb51e63e551935de3.zip |
Adds settings for disabling browser language detection and language preference (#2691).
git-svn-id: http://svn.redmine.org/redmine/trunk@12691 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index ba59b2828..6ebb91d3c 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -502,7 +502,7 @@ html>body .tabular p {overflow:hidden;} text-align: left; float: none; display: block; - width: auto; + width: auto !important; } .tabular label.inline{ |