summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-01-04 08:30:25 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-01-04 08:30:25 +0000
commit9613a13b10aa4f55df122ffd3a910a10774906d6 (patch)
treeeeef4f590d29eb836a4bc5b65a6dc6609ef7cfdb /public
parent9c698157f44819d224a9be5c13d8b517690e4bed (diff)
downloadredmine-9613a13b10aa4f55df122ffd3a910a10774906d6.tar.gz
redmine-9613a13b10aa4f55df122ffd3a910a10774906d6.zip
Deprecates Version#*_pourcent in favour of #*_percent (#12724).
Patch by Daniel Felix. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11113 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 1e17c1284..6cb5c0d6b 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -702,7 +702,7 @@ table.progress td { height: 1em; }
table.progress td.closed { background: #BAE0BA none repeat scroll 0%; }
table.progress td.done { background: #D3EDD3 none repeat scroll 0%; }
table.progress td.todo { background: #eee none repeat scroll 0%; }
-p.pourcent {font-size: 80%;}
+p.percent {font-size: 80%;}
p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;}
#roadmap table.progress td { height: 1.2em; }