Skip to content

Commit

Permalink
avoid common 'footer' id - use preview-footer for styling
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Dec 15, 2023
1 parent 06f2223 commit 1b536e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion previewers/v1.4/css/preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ This has been done for the Rich Html Previewer, which also has the reverse issue
vertical-align: middle;
}

#footer {
#preview-footer {
font-size: x-small;
float: right;
}
Expand Down
2 changes: 1 addition & 1 deletion previewers/v1.4/js/retriever.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ function addStandardPreviewHeader(file, title, authors) {
}
//Footer
var footer = $.i18n("footer");
$('body').append($('<footer/>').html(footer).attr('id', 'footer'));
$('body').append($('<footer/>').html(footer).attr('id', 'preview-footer'));

if (previewMode !== 'true') {
options = {
Expand Down

0 comments on commit 1b536e8

Please sign in to comment.