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:
parent
7d9b359e86
commit
a944a3bf49
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue