Make WordPress Core

Ticket #62965: 62965.patch

File 62965.patch, 843 bytes (added by nidhidhandhukiya, 13 months ago)
  • wp-content/themes/twentyten/editor-style-rtl.css

     
    2727        text-align: right;
    2828        margin: 0 0 24px -1px;
    2929}
     30/* Details block */
     31details p{
     32        font-size: 12px;
     33    line-height: 18px;
     34}
     35 No newline at end of file
  • wp-content/themes/twentyten/editor-style.css

     
    295295.wp-smiley {
    296296        margin: 0;
    297297}
     298/* Details block */
     299details p{
     300        font-size: 12px;
     301    line-height: 18px;
     302}
     303 No newline at end of file