diff --git a/build/createjsTheme/assets/scss/main.scss b/build/createjsTheme/assets/scss/main.scss index ab89e129..75d0e9e8 100644 --- a/build/createjsTheme/assets/scss/main.scss +++ b/build/createjsTheme/assets/scss/main.scss @@ -395,12 +395,18 @@ ul li p { .apidocs .attrs .extends .attr, .apidocs .events .extends .event { font-weight: bold; + a { + font-weight: bold; + } } .apidocs .methods .extends .inherited, .apidocs .properties .extends .inherited, .apidocs .attrs .extends .inherited, .apidocs .events .extends .inherited { font-weight: normal; + a { + font-weight: normal; + } } #hd { diff --git a/docs/SoundJS_docs-0.6.0.zip b/docs/SoundJS_docs-0.6.0.zip index b89161a0..a4fa83db 100644 Binary files a/docs/SoundJS_docs-0.6.0.zip and b/docs/SoundJS_docs-0.6.0.zip differ diff --git a/docs/soundjs_docs-NEXT.zip b/docs/soundjs_docs-NEXT.zip index 3138e9dd..485e9b7e 100644 Binary files a/docs/soundjs_docs-NEXT.zip and b/docs/soundjs_docs-NEXT.zip differ