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:
parent
e1a44ff3e4
commit
d31fbcf5f1
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue