Skip to content

Commit

Permalink
make scrollbars appear on pre instead of the whole page #13
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxlynxlynx committed May 13, 2017
1 parent 835e916 commit 35721c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_general.scss
Expand Up @@ -55,7 +55,7 @@ a:hover.offsite {color: #C00000; text-decoration: line-through;}
blockquote {color: Silver;}
body {background: #F6F7EB; background-color: $background-color; background-image: none; font-family: Arial; font-size:13px; margin-left: 45px;}
strong {color: #000000;}
pre {margin-top: 0px; margin-bottom: 0px;}
pre {margin-top: 0px; margin-bottom: 0px; overflow-x: scroll; padding-bottom: 1em;}

.file {font-family: Monospace;}

Expand Down

0 comments on commit 35721c5

Please sign in to comment.