[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentyten/ -> editor-style-rtl.css (source)

   1  /*
   2  Theme Name: Twenty Ten
   3  */
   4  /*
   5  Used to style the TinyMCE editor.
   6  */
   7  html .mceContentBody{
   8      direction: rtl;
   9      unicode-bidi: embed;
  10      float: right;
  11      width: 640px;
  12  }
  13  * {
  14      font-family: Arial, Tahoma, sans-serif;
  15  }
  16  /* Text elements */
  17  ul, ol {
  18      margin: 0 -18px 18px 0;
  19  }
  20  dd {
  21      margin-right: 0;
  22  }
  23  blockquote {
  24      font-style: normal;
  25  }
  26  table {
  27      text-align: right;
  28      margin: 0 0 24px -1px;
  29  }


Generated : Thu Nov 21 08:20:01 2024 Cross-referenced by PHPXref