mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 15:48:11 -05:00
Fixed small-caps font-variant on docs popover titles.
This commit is contained in:
parent
13de055c0b
commit
07a09e34d8
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue