Merge branch 'latest' of github.com:webnotes/erpnext into latest
This commit is contained in:
commit
a685379d6b
@ -45,6 +45,13 @@ header .topbar .container {
|
|||||||
margin-bottom: 20px;
|
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 {
|
.web-side-section {
|
||||||
width: 30%;
|
width: 30%;
|
||||||
float: right;
|
float: right;
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<h4>{{ p.person_name }}</h4>
|
<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>
|
<div style="margin-bottom: 15px">{{ p.bio }}</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -1 +1 @@
|
|||||||
364
|
367
|
Loading…
x
Reference in New Issue
Block a user