added overflow: auto for code blocks in guides CSS

This commit is contained in:
Xavier Noria
2009-02-25 00:28:27 +01:00
parent 3e911045f9
commit d5fb579143

View File

@@ -23,7 +23,7 @@ dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.5em;}
pre,code { margin: 1.5em 0; white-space: pre; }
pre,code { margin: 1.5em 0; white-space: pre; overflow: auto; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
abbr, acronym { border-bottom: 1px dotted #666; }