Changeset 2758

Show
Ignore:
Timestamp:
08/07/05 10:30:53 (3 years ago)
Author:
matt
Message:

Freshen Dolly up

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-content/plugins/hello.php

    r2060 r2758  
    33Plugin Name: Hello Dolly 
    44Plugin URI: http://wordpress.org/# 
    5 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. This is, by the way, the world's first official WordPress plugin. When enabled you will randomly see a lyric from <cite>Hello, Dolly</cite> in the upper right of your admin screen on every page. 
     5Description: 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. 
    66Author: Matt Mullenweg 
    7 Version: 1.0 
     7Version: 1.5 
    88Author URI: http://photomatt.net/ 
    99*/  
     
    5959    #dolly { 
    6060        position: absolute; 
    61         top: 5px
     61        top: 2.3em
    6262margin: 0; padding: 0; 
    63         right: 3em; 
    64         font-size: 20px; 
    65         color: #666
     63        right: 1em; 
     64        font-size: 16px; 
     65        color: #f1f1f1
    6666    } 
    6767    </style>