Make WordPress Core

Ticket #5657: hellodolly.r6603.diff

File hellodolly.r6603.diff, 416 bytes (added by hansengel, 17 years ago)

Changes font color of Hello Dolly output text, so it is visible in new interface

  • wp-content/plugins/hello.php

     
    5959        #dolly {
    6060                position: absolute;
    6161                top: 2.3em;
    62 margin: 0; padding: 0;
     62                margin: 0;
     63                padding: 0;
    6364                right: 1em;
    6465                font-size: 16px;
    65                 color: #f1f1f1;
     66                color: #d54e21;
    6667        }
    6768        </style>
    6869        ";