Sha256: 423c6a4a11111203e65076fb459d7433e9a600a20b45e9fb19597f90b7103a36

Contents?: true

Size: 849 Bytes

Versions: 16

Compression:

Stored size: 849 Bytes

Contents

<style type="text/css">
 .email-metadata {
   width: 100%;
   background: #fff;
   font-size: 12pt;
   font-family: Arial;
   padding-bottom: 20px;
 }
 .email-metadata table {
   width: 100%;
 }
 .email-attachments {
   padding: 0;
   margin: 0;
 }
 .email-attachments:before,
 .email-attachments:after {
   content: "";
   display: table;
 }
 .email-attachments:after {
   clear: both;
 }
 .attachement {
   padding: 5px 10px;
   background-color: #eaeaea;
   border: 1px solid #ccc;
   display: table;
   float: left;
   margin-right: 10px;
   margin-bottom: 10px;
 }

 .filename {
   display: table-cell;
   width: 75%;
 }

 .file-size {
   display: table-cell;
   width: 25%;
   font-size: 80%;
   color: #aaa;
   padding-left: 5px;
   text-align: right;
 }

 pre {
   white-space: pre-wrap;
 }

 body {
   margin: 0;
   padding: 0;
 }
</style>

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
eml_to_pdf-0.5.0 lib/eml_to_pdf/templates/style.html
eml_to_pdf-0.4.1 lib/eml_to_pdf/templates/style.html
eml_to_pdf_ext-0.6.1 lib/eml_to_pdf_ext/templates/style.html
eml_to_pdf_ext-0.6.0 lib/eml_to_pdf_ext/templates/style.html
eml_to_pdf_ext-0.5.8 lib/eml_to_pdf/templates/style.html
eml_to_pdf_ext-0.5.7 lib/eml_to_pdf/templates/style.html
eml_to_pdf_ext-0.5.6 lib/eml_to_pdf/templates/style.html
eml_to_pdf_ext-0.5.5 lib/eml_to_pdf/templates/style.html
eml_to_pdf_ext-0.5.4 lib/eml_to_pdf/templates/style.html
eml_to_pdf_ext-0.5.3 lib/eml_to_pdf/templates/style.html
eml_to_pdf_ext-0.5.2 lib/eml_to_pdf/templates/style.html
eml_to_pdf-0.4.0 lib/eml_to_pdf/templates/style.html
eml_to_pdf-0.3.1 lib/eml_to_pdf/templates/style.html
eml_to_pdf-0.3.0 lib/eml_to_pdf/templates/style.html
eml_to_pdf-0.2.0 lib/eml_to_pdf/templates/style.html
eml_to_pdf-0.1.0 lib/eml_to_pdf/templates/style.html