Twenty Ten editor-style CSS cleanup

git-svn-id: https://develop.svn.wordpress.org/trunk@14863 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2010-05-24 22:20:37 +00:00
parent e1a44ff3e4
commit d31fbcf5f1
1 changed files with 4 additions and 2 deletions

View File

@ -32,7 +32,7 @@ pre {
font-family: "Courier 10 Pitch", Courier, monospace;
}
code, code var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace !important;
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
body, input, textarea {
font-size: 12px;
@ -259,7 +259,9 @@ img.aligncenter {
margin-left: auto;
margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
img.alignleft,
img.alignright,
img.aligncenter {
margin-bottom: 12px;
}
.wp-caption {