Underline all links in body, none in header.

git-svn-id: https://develop.svn.wordpress.org/trunk@7167 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2008-03-06 09:53:03 +00:00
parent fc9e521569
commit 5b727663a8
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/* styles for use by people extending the WordPress interface */
a { color: #2583ad; text-decoration: none; }
a { color: #2583ad; }
a:hover, .subsubsub a:hover, .subsubsub a.current:hover { color: #d54e21; }

View File

@ -650,6 +650,10 @@ a.view-comment-post-link {
background: #e4f2fd;
}
#wphead a, #user_info a, #dashmenu a, #adminmenu a, #submenu a, #sidemenu a {
text-decoration: none;
}
#wphead #viewsite {
position: absolute;
margin-top: 8px;