Skip to content

Commit ba52a4d

Browse files
author
Lanny McNie
committed
Fixed inherited property styling in docs
1 parent 36a29f2 commit ba52a4d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

build/createjsTheme/assets/scss/main.scss

+6
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/PreloadJS_docs-0.6.0.zip

49 Bytes
Binary file not shown.

docs/preloadjs_docs-NEXT.zip

49 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)