Skip to content

Commit

Permalink
added footer
Browse files Browse the repository at this point in the history
  • Loading branch information
amalbose committed Dec 5, 2015
1 parent a31dc5e commit 14755e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion js/content.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$(".comicNav").append("<li><a id='explainLink' class='js-open-modal href='#' data-modal-id='popup'>Explain this Comic</a></li>");

$("html").prepend('<div id="popup" class="modal-box"> <header><a href="#" class="js-modal-close close">×</a></header><div class="modal-body"><iframe id="xpiFrame" src="" width="100%" height="700px"></iframe></div></div>');
$("html").prepend('<div id="popup" class="modal-box"> <header><a href="#" class="js-modal-close close">×</a></header><div class="modal-body"><iframe id="xpiFrame" src="" width="100%" height="650px"></iframe>></div><footer id="footer">xkcd-enhancer</footer</div>');

$(function(){
var appendthis = ("<div class='modal-overlay js-modal-close'></div>");
Expand Down
4 changes: 4 additions & 0 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ a.close {
color: #bbb;
}

#footer {
color: #bbb;
}

a.close:hover {
color: #222;
-webkit-transition: color 1s ease;
Expand Down

0 comments on commit 14755e3

Please sign in to comment.