Skip to content

Commit 1c92ebc

Browse files
committed
Doc: small layout improvement.
1 parent c4fc5d0 commit 1c92ebc

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

doc/views.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ <h2>Layout</h2>
260260

261261
</TD>
262262
<td>&nbsp;&nbsp;</td>
263-
<TD vAlign="top"><br>
263+
<TD vAlign="top" class="pl10"><br>
264264
<P>Identity: width=60%<br/>
265265
"Contact Info": width=40%<br/>
266266
Address: width=60%<br/>
@@ -280,7 +280,7 @@ <h2>Layout</h2>
280280
&nbsp;</p>
281281
</TD>
282282
<td>&nbsp;&nbsp;</td>
283-
<TD vAlign="top"><br>
283+
<TD vAlign="top" class="pl10"><br>
284284
<P>Lastname: width=100%<br/>
285285
Firstname: width=100%<br/>
286286
email: width=100%</p>
@@ -292,7 +292,7 @@ <h2>Layout</h2>
292292
</p>
293293
</TD>
294294
<td>&nbsp;&nbsp;</td>
295-
<TD vAlign="top"><br>
295+
<TD vAlign="top" class="pl10"><br>
296296
<P>Lastname: width=50%<br/>
297297
Firstname: width=50%<br/>
298298
email: width=100%</p>
@@ -311,7 +311,7 @@ <h2>Layout</h2>
311311
<TD vAlign="top"><img src="screenshots/position-address.gif" class="pixEvoPos shadow">
312312
</TD>
313313
<td>&nbsp;&nbsp;</td>
314-
<TD vAlign="top"><br>
314+
<TD vAlign="top" class="pl10"><br>
315315
<P >Address: width=100%<br/>
316316
Address 2: width=100%<br/>
317317
City: width=62%<br/>

less/doc.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,9 @@ code{
157157
.mt10{
158158
margin-top: 10px;
159159
}
160+
.pl10{
161+
padding-left: 10px;
162+
}
160163

161164
.t-props{
162165
tr td:first-child{

0 commit comments

Comments
 (0)