bizstyle: we now emit "code" instead of "tt".

This commit is contained in:
Georg Brandl 2014-10-01 19:26:37 +02:00
parent 1e63f34d2e
commit a3f12e1ccc

View File

@ -244,13 +244,13 @@ cite, code, tt {
letter-spacing: 0.01em;
}
tt {
code {
background-color: #F2F2F2;
border-bottom: 1px solid #ddd;
color: #333;
}
tt.descname, tt.descclassname, tt.xref {
code.descname, code.descclassname, code.xref {
border: 0;
}
@ -259,12 +259,12 @@ hr {
margin: 2em;
}
a tt {
a code {
border: 0;
color: #CA7900;
}
a tt:hover {
a code:hover {
color: #2491CF;
}