Make WordPress Core

Changeset 14941


Ignore:
Timestamp:
05/26/2010 02:15:27 PM (15 years ago)
Author:
ryan
Message:

RTL updates for twentyten. Props yoavf. fixes #13233

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/rtl.css

    r14385 r14941  
    4141input,
    4242textarea,
    43 .page-title span {
     43.page-title span,
     44.pingback a.url,
     45h3#comments-title,
     46h3#reply-title,
     47#access .menu,
     48#access div.menu ul,
     49#cancel-comment-reply-link,
     50.form-allowed-tags,
     51#site-info,
     52#site-title,
     53#wp-calendar,
     54.comment-meta,
     55.comment-body tr th,
     56.comment-body thead th,
     57.entry-content label,
     58.entry-content tr th,
     59.entry-content thead th,
     60.entry-meta,
     61.entry-title,
     62.entry-utility,
     63#respond label,
     64.navigation,
     65.page-title,
     66.pingback p,
     67.reply,
     68.widget-title,
     69input[type=submit] {
    4470    font-family: Arial, Tahoma, sans-serif;
    4571}
     
    252278#site-generator a {
    253279    background-position: right center;
    254     padding-right: 19px;
     280    padding-right: 20px;
    255281    padding-left: 0;
    256     margin-right: 1px;
    257     margin-left: 0;
    258 }
     282}
Note: See TracChangeset for help on using the changeset viewer.