Twenty Ten editor-style CSS cleanup
git-svn-id: http://svn.automattic.com/wordpress/trunk@14863 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
146c261f6b
commit
c2a0ca325c
|
@ -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