add missing class style

This commit is contained in:
Philipp Möller 2012-08-17 08:50:30 +00:00
parent 6358e0d4ce
commit 0b4ddd6607
1 changed files with 4 additions and 0 deletions

View File

@ -1198,3 +1198,7 @@ tr.heading h2 {
display:inline; display:inline;
} }
} }
.textsc {
font-variant: small-caps;
}