Make WordPress header link not stretch all the way across.

git-svn-id: https://develop.svn.wordpress.org/trunk@472 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-10-26 17:24:30 +00:00
parent 2cac53bd37
commit 061696b6a1

View File

@ -224,4 +224,5 @@ textarea, input, select {
height: 42px;
text-decoration: none;
text-indent: -100em;
width: 200px;
}