Fixed small-caps font-variant on docs popover titles.

This commit is contained in:
Nick Winter 2014-11-19 15:01:20 -08:00
parent 13de055c0b
commit 07a09e34d8
2 changed files with 2 additions and 1 deletions

View file

@ -80,6 +80,7 @@
h1:not(.not-code), h2:not(.not-code), h3:not(.not-code), h4:not(.not-code), h5:not(.not-code), h6:not(.not-code)
font-family: Menlo, Monaco, Consolas, "Courier New", monospace
font-variant: normal
.popover-title
background-color: transparent

View file

@ -1,5 +1,5 @@
h4
span= doc.shortName
span.prop-name= doc.shortName
| -
code.prop-type= doc.type == 'function' && doc.owner == 'this' ? 'method' : doc.type
if doc.type != 'function'