From 5b727663a8ba5d2b5f7db52a2a742f1a26c007a5 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Thu, 6 Mar 2008 09:53:03 +0000 Subject: [PATCH] Underline all links in body, none in header. git-svn-id: https://develop.svn.wordpress.org/trunk@7167 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/global.css | 2 +- wp-admin/wp-admin.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/wp-admin/css/global.css b/wp-admin/css/global.css index 1ffedd2a72..149e77dd74 100644 --- a/wp-admin/css/global.css +++ b/wp-admin/css/global.css @@ -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; } diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 39195439f2..d468e35706 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -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;