Make WordPress Core

Ticket #1436: kubrick_headerimg_description_specific.diff

File kubrick_headerimg_description_specific.diff, 611 bytes (added by myelin, 18 years ago)

Tidied version of Ryan's patch - minimum necessary to get this to work

  • style.css

     
    9090        text-align: center;
    9191        }
    9292
    93 .description {
     93div#headerimg div.description {
    9494        font-size: 1.2em;
    9595        text-align: center;
    9696        }
     
    112112        font-size: 1.3em;
    113113        }
    114114
    115 h1, h1 a, h1 a:hover, h1 a:visited, .description {
     115h1, h1 a, h1 a:hover, h1 a:visited, div#headerimg div.description {
    116116        text-decoration: none;
    117117        color: white;
    118118        }
     
    302302        margin: 0;
    303303        }
    304304
    305 .description {
    306         text-align: center;
    307         }
    308 
    309305h2 {
    310306        margin: 30px 0 0;
    311307        }