]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/plugins/hello.php
Wordpress 2.6.2
[autoinstalls/wordpress.git] / wp-content / plugins / hello.php
index 14374585b6b0caf5037916de802f38fc757deb8d..abc5f97b8d7a2ab4f265ddf625a03e7fcf3a905f 100644 (file)
@@ -5,7 +5,7 @@ Plugin URI: http://wordpress.org/#
 Description: This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from <cite>Hello, Dolly</cite> in the upper right of your admin screen on every page.
 Author: Matt Mullenweg
 Version: 1.5
-Author URI: http://photomatt.net/
+Author URI: http://ma.tt/
 */
 
 // These are the lyrics to Hello Dolly
@@ -59,10 +59,11 @@ function dolly_css() {
        #dolly {
                position: absolute;
                top: 2.3em;
-margin: 0; padding: 0;
-               right: 1em;
+               margin: 0;
+               padding: 0;
+               right: 10px;
                font-size: 16px;
-               color: #f1f1f1;
+               color: #d54e21;
        }
        </style>
        ";