Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Commit

Permalink
Don't show style/script by mistake [noelboss#230]
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed May 10, 2017
1 parent 23b6048 commit 811a508
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/featherlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@
display: block;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
display: inherit;
}

.featherlight .featherlight-close-icon {
/* position: centering vertical and horizontal */
position: absolute;
Expand Down

0 comments on commit 811a508

Please sign in to comment.