Sha256: 9c595fdbe8959b815d87c3d1ff99192d0db65efc5d4e00032e8e2aaf3c655682
Contents?: true
Size: 580 Bytes
Versions: 71
Compression:
Stored size: 580 Bytes
Contents
/* Page: Invoice */ .invoice { position: relative; width: 90%; margin: 10px auto; background: #fff; border: 1px solid #f4f4f4; } .invoice-title { margin-top: 0; } /* Enhancement for printing */ @media print { .invoice { width: 100%; border: 0; margin: 0; padding: 0; } .invoice-col { float: left; width: 33.3333333%; } .table-responsive { overflow: auto; > .table tr th, > .table tr td { white-space: normal!important; } } }
Version data entries
71 entries across 71 versions & 1 rubygems