Skip to content

Commit

Permalink
Fixed inherited property styling in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanny McNie committed Dec 19, 2014
1 parent 36a29f2 commit ba52a4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/createjsTheme/assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Binary file modified docs/PreloadJS_docs-0.6.0.zip
Binary file not shown.
Binary file modified docs/preloadjs_docs-NEXT.zip
Binary file not shown.

0 comments on commit ba52a4d

Please sign in to comment.