From 5e19c92b25a0a05837a7ff1a72a4473a79ded8f6 Mon Sep 17 00:00:00 2001 From: donchambers Date: Thu, 25 Oct 2007 17:52:57 +0000 Subject: [PATCH] BP: style.css: added rules for abbr, acronym and new class of .help --- templates/bulletproof/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/bulletproof/style.css b/templates/bulletproof/style.css index 6f78e0e..54a0f23 100644 --- a/templates/bulletproof/style.css +++ b/templates/bulletproof/style.css @@ -26,6 +26,11 @@ pre { white-space: pre; } +abbr, acronym, .help{ + cursor: help; + border-bottom: 1px dotted #000000; +} + #wrapper { font-size: 80%; } -- 2.39.5