]> git.mjollnir.org Git - s9y.git/commitdiff
BP: style.css: added rules for abbr, acronym and new class of .help
authordonchambers <donchambers>
Thu, 25 Oct 2007 17:52:57 +0000 (17:52 +0000)
committerdonchambers <donchambers>
Thu, 25 Oct 2007 17:52:57 +0000 (17:52 +0000)
templates/bulletproof/style.css

index 6f78e0e2da31a881df7c82538fc5e7572befba9e..54a0f23333aa9f21c8d85169037544305196265a 100644 (file)
@@ -26,6 +26,11 @@ pre {
     white-space: pre;
 }
 
+abbr, acronym, .help{
+    cursor: help;
+    border-bottom: 1px dotted #000000;
+}
+
 #wrapper {
     font-size: 80%;
 }