Make WordPress Core

Changeset 21406


Ignore:
Timestamp:
08/02/2012 08:27:23 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Twelve: style hr, big, del, ins in editor stylesheet (and add all except big to style.css also). Fixes #21376.

Location:
trunk/wp-content/themes/twentytwelve
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/editor-style.css

    r21389 r21406  
    5959}
    6060hr {
    61     /* TODO */
     61    background-color: #ccc;
     62    border: 0;
     63    height: 1px;
     64    margin: 24px;
     65    margin-bottom: 1.714285714rem;
    6266}
    6367
     
    110114    border: none;
    111115}
    112 
    113116big {
    114     /* TODO */
     117    font-size: 128.571429%;
    115118}
    116119.mceContentBody blockquote {
     
    151154}
    152155del {
    153     /* TODO */
     156    color: #333;
    154157}
    155158ins {
    156     /* TODO */
     159    background: #fff9c0;
     160    border: none;
     161    color: #333;
     162    text-decoration: none;
    157163}
    158164sup,
  • trunk/wp-content/themes/twentytwelve/style.css

    r21405 r21406  
    122122audio:not([controls]) {
    123123    display: none;
     124}
     125del {
     126    color: #333;
     127}
     128ins {
     129    background: #fff9c0;
     130    text-decoration: none;
     131}
     132hr {
     133    background-color: #ccc;
     134    border: 0;
     135    height: 1px;
     136    margin: 24px;
     137    margin-bottom: 1.714285714rem;
    124138}
    125139sub,
Note: See TracChangeset for help on using the changeset viewer.