Making WordPress.org

Ticket #282: 282.2.diff

File 282.2.diff, 469 bytes (added by adamsilverstein, 13 years ago)

only target direct children of divs

  • wordpress.org/public_html/style/codex-wp4.css

     
    4444        padding-bottom: 4px;
    4545        margin-bottom: 4px;
    4646}
     47#bodyContent div > h3 { /** Don't pad headers inside divs **/
     48        padding-bottom: 4px;
     49        margin-bottom: 4px;
     50}
    4751#bodyContent h2 {
    4852font-size: 190%;
    4953}