Remove underline from admin footer links. Pros sambauers. fixes #6201

git-svn-id: https://develop.svn.wordpress.org/trunk@7295 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-03-14 18:26:48 +00:00
parent 7d9b359e86
commit a944a3bf49
1 changed files with 8 additions and 0 deletions

View File

@ -782,6 +782,14 @@ html, body {
padding: 5px 0;
}
#footer p a {
text-decoration: none;
}
#footer p a:hover {
text-decoration: underline;
}
/* Tables used on comment.php and option/setting pages */
.form-table {