From: donchambers Date: Thu, 25 Oct 2007 17:52:57 +0000 (+0000) Subject: BP: style.css: added rules for abbr, acronym and new class of .help X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5e19c92b25a0a05837a7ff1a72a4473a79ded8f6;p=s9y.git BP: style.css: added rules for abbr, acronym and new class of .help --- 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%; }