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 d412856d5e
commit cd4f0e20a3

View File

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