Skip to content

Commit 0f0b17e

Browse files
author
Lanny McNie
committed
Fixed inherited property styling in docs
1 parent 83fa375 commit 0f0b17e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

build/createjsTheme/assets/scss/main.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,12 +395,18 @@ ul li p {
395395
.apidocs .attrs .extends .attr,
396396
.apidocs .events .extends .event {
397397
font-weight: bold;
398+
a {
399+
font-weight: bold;
400+
}
398401
}
399402
.apidocs .methods .extends .inherited,
400403
.apidocs .properties .extends .inherited,
401404
.apidocs .attrs .extends .inherited,
402405
.apidocs .events .extends .inherited {
403406
font-weight: normal;
407+
a {
408+
font-weight: normal;
409+
}
404410
}
405411

406412
#hd {

docs/EaselJS_docs-0.8.0.zip

49 Bytes
Binary file not shown.

docs/easeljs_docs-NEXT.zip

123 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)