Hide overflow (with scroll) on long code blocks

Also, retab for consistency
This commit is contained in:
Sam Whited 2017-09-21 13:23:35 -05:00
parent 50373de4ad
commit b75992b648
1 changed files with 3 additions and 2 deletions

View File

@ -58,6 +58,7 @@ pre {
background-color: #e0e9f2; background-color: #e0e9f2;
padding: 0.4em; padding: 0.4em;
border: 1px solid #369; border: 1px solid #369;
overflow: scroll;
} }
ul { ul {
list-style: disc outside; list-style: disc outside;
@ -154,5 +155,5 @@ A:visited.pagehead {
white-space: nowrap; white-space: nowrap;
} }
.event { .event {
color: #336699; color: #336699;
} }