commit | a1f3764238fb25ca16cd48592dd98bac7491a044 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Wed Feb 08 10:51:08 2012 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Wed Feb 08 10:51:08 2012 +0530 |
tree | d75098b581e232ee34d115f7fbcea8bdb5017cdc | |
parent | 02ec8c06fb958362c9256bbb0d57fff34bf7b784 [diff] |
about us style fix
diff --git a/erpnext/website/doctype/about_us_settings/template.html b/erpnext/website/doctype/about_us_settings/template.html index 47ef402..864fb65 100644 --- a/erpnext/website/doctype/about_us_settings/template.html +++ b/erpnext/website/doctype/about_us_settings/template.html
@@ -19,7 +19,7 @@ </td> <td> <h4>{{ p.person_name }}</h4> - <div class="comment">{{ p.designation }}</div> + <p class="field_description">{{ p.designation }}</p> <div style="margin-bottom: 15px">{{ p.bio }}</div> </td> </tr>