From e519f7c239720fe28caf34133df8785f85730755 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Thu, 9 Dec 2004 00:40:15 +0000 Subject: [PATCH] Don't show info cursor for .caps. git-svn-id: https://develop.svn.wordpress.org/trunk@1928 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-layout.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wp-layout.css b/wp-layout.css index e97cc3ed1c..6b1f0a533d 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;