Automatic overflow for <pre> tags.

This commit is contained in:
Georg Brandl 2008-05-12 16:46:52 +00:00
parent cedc0e8165
commit da560957d7

View File

@ -702,6 +702,7 @@ pre {
border: 1px solid #ac9;
border-left: none;
border-right: none;
overflow: auto;
}
td.linenos pre {