Underline all links in body, none in header.

git-svn-id: http://svn.automattic.com/wordpress/trunk@7167 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2008-03-06 09:53:03 +00:00
parent 51902baa0c
commit ac37a96e57
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;