Merge branch 'latest' of github.com:webnotes/erpnext into latest

This commit is contained in:
Anand Doshi 2012-02-08 11:06:12 +05:30
commit a685379d6b
3 changed files with 9 additions and 2 deletions

View File

@ -45,6 +45,13 @@ header .topbar .container {
margin-bottom: 20px;
}
.web-main-section p,
.web-main-section h4,
.web-main-section h5,
.web-main-section pre {
margin-left: 9px;
}
.web-side-section {
width: 30%;
float: right;

View File

@ -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>

View File

@ -1 +1 @@
364
367