update code style

This commit is contained in:
afc163 2015-05-29 22:33:45 +08:00
parent c132be5175
commit 0039570103
2 changed files with 3 additions and 2 deletions

View File

@ -1188,6 +1188,7 @@ footer ul li > a {
.code-box pre {
margin: 0;
width: auto;
}
.code-box pre code {

View File

@ -46,11 +46,11 @@ code {
pre code {
display: block;
background: white;
color: #4d4d4c;
color: #666;
font-family: Menlo, Monaco, Consolas, monospace;
line-height: 1.5;
border: 1px solid #e9e9e9;
padding: 10px 15px;
border-radius: 6px;
font-size: 12px;
font-size: 14px;
}