Prevent code overflowing container

This commit is contained in:
Jesse shawl 2014-05-20 09:51:57 -04:00
parent 5b281a06d6
commit e7c4fa0e5f
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ a:visited { color: #205caa; }
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 15px;
overflow:scroll;
}
.post code { padding: 1px 5px; }