Skip to content

Commit

Permalink
Slighlty cleaning up code tags
Browse files Browse the repository at this point in the history
hunvreus committed Dec 28, 2012

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 1fcae2c commit 8c5b96d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ h4 {
}

code {
font-family: 'Monaco', monospace, sans-serif;
font-family: monospace, sans-serif;
}

/* Links */
@@ -174,18 +174,18 @@ code {
padding: 15px 20px;
}

#references .body p code {
#references .body code {
border: 1px solid #e2e7ea;
background: #eef1f2;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
color: #546974;
padding: 0 1px;
}

#references .body p > code {
display: block;
padding: 15px;
white-space: pre;
}
/*
#references .body code+code {
background: red;
}*/
}

0 comments on commit 8c5b96d

Please sign in to comment.