dashboard : max-width:50%
This commit is contained in:
parent
320b050d29
commit
8b82585c59
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!-- left div -->
|
||||
<div style="float:right;width: 49%">
|
||||
<div style="float:right;max-width: 49%">
|
||||
|
||||
<?php
|
||||
|
||||
|
|
@ -252,7 +252,7 @@ for($i=0;$i<count($last_ledger);$i++):
|
|||
</div>
|
||||
|
||||
</div>
|
||||
<div style="float:right;width: 49%">
|
||||
<div style="float:right;max-width: 49%">
|
||||
|
||||
<div style="float:left;width: 100%">
|
||||
<fieldset >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue