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:
parent
fc9e521569
commit
5b727663a8
@ -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; }
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user