BP: style.css: added rules for abbr, acronym and new class of .help

This commit is contained in:
Don Chambers 2007-10-25 17:53:21 +00:00
parent b7a69c91ba
commit 2122e36aeb

View File

@ -26,6 +26,11 @@ pre {
white-space: pre;
}
abbr, acronym, .help{
cursor: help;
border-bottom: 1px dotted #000000;
}
#wrapper {
font-size: 80%;
}