summaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-02-28 18:43:40 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-02-28 18:43:40 +0100
commit282b07b55971432b87328a35305021ebb6a2c979 (patch)
tree7422d2ed21fde8b417d18627b2b3f136afb05f16 /sonar-server
parentd6f40cdbbd3d9b11159d7ef18dff9528a948c1f6 (diff)
downloadsonarqube-282b07b55971432b87328a35305021ebb6a2c979.tar.gz
sonarqube-282b07b55971432b87328a35305021ebb6a2c979.zip
Fix bold font on IE9
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/account/index.html.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/account/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/account/index.html.erb
index ff23f8a1f25..e08ec65c8f6 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/account/index.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/account/index.html.erb
@@ -37,15 +37,15 @@
<% form_tag({:action => 'change_password'}, :id => 'pass_form_tag', :name => 'pass_form_tag') do -%>
<table class="form">
<tr>
- <td class="keyCell"><label for="old_password"><b><%= message('my_profile.password.old') -%>:</b></label></td>
+ <td class="keyCell"><label for="old_password"><%= message('my_profile.password.old') -%>:</label></td>
<td><%= password_field_tag 'old_password' %></td>
</tr>
<tr>
- <td class="keyCell"><label for="password"><b><%= message('my_profile.password.new') -%>:</b></label></td>
+ <td class="keyCell"><label for="password"><%= message('my_profile.password.new') -%>:</label></td>
<td><%= password_field_tag 'password' %></td>
</tr>
<tr>
- <td class="keyCell"><label for="password_confirmation"><b><%= message('my_profile.password.confirm') -%>:</b></label></td>
+ <td class="keyCell"><label for="password_confirmation"><%= message('my_profile.password.confirm') -%>:</label></td>
<td><%= password_field_tag 'password_confirmation' %></td>
</tr>
<tr>