Make WordPress Core

Ticket #21353: 21353.patch

File 21353.patch, 1.3 KB (added by lancewillett, 14 years ago)
  • wp-content/themes/twentyeleven/style.css

     
    328328}
    329329
    330330/* Headings */
    331 h1,h2,h3,h4,h5,h6 {
     331h1,
     332h2,
     333h3,
     334h4,
     335h5,
     336h6 {
    332337        clear: both;
    333338}
    334339hr {
     
    756761        padding: 1.625em 0 0;
    757762}
    758763.entry-content h1,
     764.comment-content h1,
    759765.entry-content h2,
    760 .comment-content h1,
    761 .comment-content h2 {
     766.comment-content h2,
     767.entry-content h3,
     768.comment-content h3,
     769.entry-content h4,
     770.comment-content h4,
     771.entry-content h5,
     772.comment-content h5,
     773.entry-content h6,
     774.comment-content h6 {
    762775        color: #000;
    763         font-weight: bold;
     776        line-height: 1.8em;
    764777        margin: 0 0 .8125em;
    765778}
     779.entry-content h1,
     780.comment-content h1 {
     781        font-size: 24px;
     782}
     783.entry-content h2,
     784.comment-content h2 {
     785        font-size: 21px;
     786}
    766787.entry-content h3,
    767788.comment-content h3 {
    768         font-size: 10px;
    769         letter-spacing: 0.1em;
    770         line-height: 2.6em;
    771         text-transform: uppercase;
     789        font-size: 18px;
    772790}
     791.entry-content h4,
     792.comment-content h4 {
     793        font-size: 16px;
     794}
     795.entry-content h5,
     796.comment-content h5 {
     797        font-size: 14px;
     798}
     799.entry-content h6,
     800.comment-content h6 {
     801        font-size: 13px;
     802}
    773803.entry-content table,
    774804.comment-content table {
    775805        border-bottom: 1px solid #ddd;