7 lines
No EOL
155 B
CSS
7 lines
No EOL
155 B
CSS
|
|
/* Ensures that on viewing an invoice, the table is shown below the other fields */
|
|
div.storminvoiceitems {
|
|
clear: both;
|
|
float: left;
|
|
width: 100%;
|
|
} |