diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-06-21 16:38:29 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-06-21 16:38:29 +0000 |
commit | 3036eaba5238e68381dcfdbcdfc99c4c7e7c795a (patch) | |
tree | 493dc876ea7be7a3a6431dbf4e82ab553317fbbe /public/stylesheets/jstoolbar.css | |
parent | 15c7066ddefdc684cb3132a68e2ecf70296eefcf (diff) | |
download | redmine-3036eaba5238e68381dcfdbcdfc99c4c7e7c795a.tar.gz redmine-3036eaba5238e68381dcfdbcdfc99c4c7e7c795a.zip |
Replace tabs with spaces and remove trailing tabs in several files (#20140).
Patch by Mischa The Evil.
git-svn-id: http://svn.redmine.org/redmine/trunk@14365 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets/jstoolbar.css')
-rw-r--r-- | public/stylesheets/jstoolbar.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/jstoolbar.css b/public/stylesheets/jstoolbar.css index 315d814b2..036346315 100644 --- a/public/stylesheets/jstoolbar.css +++ b/public/stylesheets/jstoolbar.css @@ -33,7 +33,7 @@ background-color: #e5e5e5; } .jstElements button span { - display : none; + display : none; } .jstElements span { display : inline; |