From 2596b5a5c227aca111c4f09cc50f4afda9e5c9a3 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Thu, 9 Dec 2004 00:40:15 +0000 Subject: [PATCH] Don't show info cursor for .caps. git-svn-id: http://svn.automattic.com/wordpress/trunk@1928 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-layout.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wp-layout.css b/wp-layout.css index e97cc3ed1..6b1f0a533 100644 --- a/wp-layout.css +++ b/wp-layout.css @@ -25,11 +25,14 @@ acronym, abbr { } acronym, abbr, span.caps { - cursor: help; font-size: 90%; letter-spacing: .07em; } +acronym, abbr { + cursor: help; +} + blockquote { border-left: 5px solid #ccc; margin-left: 1.5em;