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

git-svn-id: http://svn.automattic.com/wordpress/trunk@7295 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-03-14 18:26:48 +00:00
parent 07807f1769
commit 835d70399d
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 {