4a47793d2c
git-svn-id: https://develop.svn.wordpress.org/trunk@14786 602fd350-edb4-49c9-b593-d223f7449a82
56 lines
710 B
CSS
56 lines
710 B
CSS
/*
|
|
Theme Name: Twenty Ten
|
|
*/
|
|
/*
|
|
Used to style the TinyMCE editor.
|
|
*/
|
|
html .mceContentBody{
|
|
direction:rtl;
|
|
unicode-bidi:embed;
|
|
float:right;
|
|
}
|
|
* {
|
|
font-family: Arial, Tahoma, sans-serif;
|
|
}
|
|
/* Text elements */
|
|
ul {
|
|
margin: 0 -18px 18px 0;
|
|
}
|
|
ol {
|
|
margin: 0 -18px 18px 0;
|
|
}
|
|
dd {
|
|
margin-right: 0;
|
|
}
|
|
blockquote {
|
|
font-style: normal;
|
|
}
|
|
table {
|
|
text-align: right;
|
|
margin: 0 0 24px -1px;
|
|
}
|
|
html .mceContentBody{
|
|
direction:rtl;
|
|
unicode-bidi:embed;
|
|
float:right;
|
|
}
|
|
* {
|
|
font-family: Arial, Tahoma, sans-serif;
|
|
}
|
|
/* Text elements */
|
|
ul {
|
|
margin: 0 -18px 18px 0;
|
|
}
|
|
ol {
|
|
margin: 0 -18px 18px 0;
|
|
}
|
|
dd {
|
|
margin-right: 0;
|
|
}
|
|
blockquote {
|
|
font-style: normal;
|
|
}
|
|
table {
|
|
text-align: right;
|
|
margin: 0 0 24px -1px;
|
|
} |