home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Blogs / wordpress2.6.exe / wordpress2.6 / wp-admin / css / install-rtl.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-08-13  |  403 b   |  28 lines

  1. body {
  2.     font-family: Tahoma;
  3. }
  4. /* Half the page disapears on IE6 */
  5. * html body {
  6.     width: 700px; 
  7.     position: absolute; 
  8.     left: 50%; 
  9.     margin-right: 350px;
  10. }
  11. ul, ol {
  12.     padding: 5px 22px 5px 5px;
  13. }
  14. .step, th {
  15.     text-align:right;
  16. }
  17. .submit input, .button, .button-secondary  {
  18.     font-family: Tahoma;
  19.     margin-right:0;
  20. }
  21. .form-table th {
  22.     text-align:right;
  23. }
  24. h1 {
  25.     font-family:arial;
  26.     margin: 5px -4px 0 0;
  27. }
  28.