Update Hello Dolly for the new admin ui. Fixes #5657 props hansengel.

git-svn-id: http://svn.automattic.com/wordpress/trunk@6871 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2008-02-16 15:07:31 +00:00
parent 43a7c39340
commit 1e566cbf6a
1 changed files with 4 additions and 3 deletions

View File

@ -59,10 +59,11 @@ function dolly_css() {
#dolly {
position: absolute;
top: 2.3em;
margin: 0; padding: 0;
right: 1em;
margin: 0;
padding: 0;
right: 15%;
font-size: 16px;
color: #f1f1f1;
color: #d54e21;
}
</style>
";