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:
parent
51902baa0c
commit
ac37a96e57
|
@ -1,6 +1,6 @@
|
||||||
/* styles for use by people extending the WordPress interface */
|
/* 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; }
|
a:hover, .subsubsub a:hover, .subsubsub a.current:hover { color: #d54e21; }
|
||||||
|
|
||||||
|
|
|
@ -650,6 +650,10 @@ a.view-comment-post-link {
|
||||||
background: #e4f2fd;
|
background: #e4f2fd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#wphead a, #user_info a, #dashmenu a, #adminmenu a, #submenu a, #sidemenu a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
#wphead #viewsite {
|
#wphead #viewsite {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
|
|
Loading…
Reference in New Issue