Fix code boxes.

This commit is contained in:
Thomas Willingham 2013-01-04 23:27:01 +00:00
parent 59c23564a0
commit bc06f338b5
2 changed files with 2 additions and 3 deletions

View File

@ -113,7 +113,6 @@ img { border :0px; }
code {
font-family: Courier, monospace;
white-space: pre;
display: block;
overflow: auto;
border: 1px solid #444;
@ -122,7 +121,8 @@ code {
padding: 10px;
margin-top: 20px;
max-width: 80%;
margin-left: 45px;
box-shadow: 5px 5px 5px #111;
border-radius: 5px;
}
blockquote {

View File

@ -121,7 +121,6 @@ img { border :0px; }
code {
font-family: Courier, monospace;
white-space: pre;
display: block;
overflow: auto;
border: 1px solid #444;