~camptocamp/account-invoice-report/add-payment-term

« back to all changes in this revision

Viewing changes to invoice_webkit/report/account_invoice.mako

  • Committer: Vincent Renaville
  • Date: 2013-02-07 09:52:05 UTC
  • Revision ID: vincent.renaville@camptocamp.com-20130207095205-e6224x2i9nruhj7m
[FIX] font size

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        border-left:thin solid #EEEEEE;
36
36
        border-top:thin solid #EEEEEE;
37
37
        padding-left:10px;
38
 
        font-size:smaller;
 
38
        font-size:11;
39
39
}
40
40
 
41
41
 
154
154
td.vat {
155
155
    white-space: nowrap;
156
156
}
 
157
.address .recipient {
 
158
    font-size: 12px;
 
159
}
157
160
 
158
161
    </style>
159
162
</head>