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:
parent
07807f1769
commit
835d70399d
|
@ -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