Add a horizontal scrollbar to <pre> blocks that are too long to fit in the viewable window

This commit is contained in:
Alexey Verkhovsky 2005-05-10 02:41:48 +00:00
parent 0a47c34181
commit 19368f24c1

View file

@ -102,6 +102,7 @@ pre {
background-color: #eee;
padding: 10px;
font-size: 11px;
overflow: auto;
}
ol.setup {