Skip to content

Commit

Permalink
added CSS overflow-x for code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
rsim committed Mar 11, 2013
1 parent e731792 commit 4e068f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/screen.css
Expand Up @@ -181,6 +181,7 @@ div.post {
background-color: #EEE; background-color: #EEE;
border: 1px solid #CCC; border: 1px solid #CCC;
padding: 0 .4em; padding: 0 .4em;
overflow-x: auto;
} }


.post ul, .post ul,
Expand Down

0 comments on commit 4e068f8

Please sign in to comment.