Make WordPress Core

Ticket #56634: 56634.patch

File 56634.patch, 1.8 KB (added by nidhidhandhukiya, 4 years ago)
  • wp-content/themes/twentyeleven/editor-style.css

     
    1818h1,
    1919h2 {
    2020        color: #000;
    21         font-size: 15px;
    2221        font-weight: bold;
    2322        margin: 0 0 .8125em;
    2423}
    2524h3 {
    26         font-size: 10px;
    2725        letter-spacing: 0.1em;
    2826        line-height: 2.6em;
    2927        text-transform: uppercase;
    3028}
    3129h4, h5, h6 {
    32         font-size: 14px;
    3330        margin: 0;
    3431}
     32h1{
     33        font-size: 21px;
     34}
     35h2{
     36        font-size: 18px;
     37}
     38h3{
     39        font-size: 16px;
     40}
     41h4{
     42        font-size: 14px;
     43}
     44h5{
     45        font-size: 13px;
     46}
     47h6{
     48        font-size: 12px;
     49}
    3550hr {
    3651        background-color: #ccc;
    3752        border: 0;
  • wp-content/themes/twentyeleven/style.css

     
    28512851#ie8 section.featured-post .attachment-small-feature {
    28522852        max-width: none;
    28532853}
     2854
     2855
     2856.entry-content h1,
     2857.comment-content h1 {
     2858        font-size: 21px;
     2859        font-size: 1.5rem;
     2860        line-height: 1.5;
     2861}
     2862.entry-content h2,
     2863.comment-content h2,
     2864.mu_register h2 {
     2865        font-size: 18px;
     2866        font-size: 1.285714286rem;
     2867        line-height: 1.6;
     2868}
     2869.entry-content h3,
     2870.comment-content h3 {
     2871        font-size: 16px;
     2872        font-size: 1.142857143rem;
     2873        line-height: 1.846153846;
     2874}
     2875.entry-content h4,
     2876.comment-content h4 {
     2877        font-size: 14px;
     2878        font-size: 1rem;
     2879        line-height: 1.846153846;
     2880}
     2881.entry-content h5,
     2882.comment-content h5 {
     2883        font-size: 13px;
     2884        font-size: 0.928571429rem;
     2885        line-height: 1.846153846;
     2886}
     2887.entry-content h6,
     2888.comment-content h6 {
     2889        font-size: 12px;
     2890        font-size: 0.857142857rem;
     2891        line-height: 1.846153846;
     2892}
     2893 No newline at end of file