Automatic overflow handling for <pre> fields.

This is a change in the default HTML style.  Fields that
are too wide will not get a scroll bar.
This commit is contained in:
Carsten Dominik 2008-07-14 12:00:43 -07:00
parent ba5621b2a8
commit 63bf841e91
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2008-07-14 Carsten Dominik <dominik@science.uva.nl> 2008-07-14 Carsten Dominik <dominik@science.uva.nl>
* org-exp.el (org-export-html-style-default): Automatic overflow
handling for pre fields.
* org-table.el (org-table-export): Offer completion for translator * org-table.el (org-table-export): Offer completion for translator
functions, and do not require a heading above the table. functions, and do not require a heading above the table.

View File

@ -489,6 +489,7 @@ Org-mode file."
padding: 5pt; padding: 5pt;
font-family: courier, monospace; font-family: courier, monospace;
font-size: 90%; font-size: 90%;
overflow:auto;
} }
table { border-collapse: collapse; } table { border-collapse: collapse; }
td, th { vertical-align: top; } td, th { vertical-align: top; }