Fix #612: add default abbr/acronym markup which is not present in some browsers.

This commit is contained in:
Georg Brandl
2011-09-21 10:17:45 +02:00
parent 13ef18cd09
commit f908267c5e

View File

@@ -440,6 +440,11 @@ dl.glossary dt {
font-style: oblique;
}
abbr, acronym {
border-bottom: dotted 1px;
cursor: help;
}
/* -- code displays --------------------------------------------------------- */
pre {