1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-29 19:20:39 +02:00

print css fix

This commit is contained in:
Pomax
2018-12-10 09:16:00 -08:00
parent 0c6fb4b1ee
commit 71f996f66e
8 changed files with 10 additions and 8 deletions

View File

@@ -84,7 +84,7 @@
</div>
<!-- Because people probably want to share this article -->
<div style="position:fixed; top: 1.25em; left: 1.25em; background: white; padding: 4px;">
<div class="notforprint" style="position:fixed; top: 1.25em; left: 1.25em; background: white; padding: 4px;">
<!-- omg fuck you adblock, what the actual fuck -->
<img src="images/icons.gif" usemap="#rht">
<map name="rht">

View File

@@ -83,7 +83,7 @@
</div>
<!-- Because people probably want to share this article -->
<div style="position:fixed; top: 1.25em; left: 1.25em; background: white; padding: 4px;">
<div class="notforprint" style="position:fixed; top: 1.25em; left: 1.25em; background: white; padding: 4px;">
<!-- omg fuck you adblock, what the actual fuck -->
<img src="images/icons.gif" usemap="#rht">
<map name="rht">

View File

@@ -83,7 +83,7 @@
</div>
<!-- Because people probably want to share this article -->
<div style="position:fixed; top: 1.25em; left: 1.25em; background: white; padding: 4px;">
<div class="notforprint" style="position:fixed; top: 1.25em; left: 1.25em; background: white; padding: 4px;">
<!-- omg fuck you adblock, what the actual fuck -->
<img src="images/icons.gif" usemap="#rht">
<map name="rht">

View File

@@ -84,7 +84,7 @@
</div>
<!-- Because people probably want to share this article -->
<div style="position:fixed; top: 1.25em; left: 1.25em; background: white; padding: 4px;">
<div class="notforprint" style="position:fixed; top: 1.25em; left: 1.25em; background: white; padding: 4px;">
<!-- omg fuck you adblock, what the actual fuck -->
<img src="images/icons.gif" usemap="#rht">
<map name="rht">

View File

@@ -22,7 +22,8 @@ footer { width: auto; }
.locale-switcher,
section.comments,
navigation,
section.preface div.note
section.preface div.note,
.notforprint
{ display: none; }
article {

View File

@@ -450,7 +450,8 @@ section pre {
.locale-switcher,
section.comments,
navigation,
section.preface div.note {
section.preface div.note,
.notforprint {
display: none;
}
article {

File diff suppressed because one or more lines are too long

View File

@@ -84,7 +84,7 @@
</div>
<!-- Because people probably want to share this article -->
<div style="position:fixed; top: 1.25em; left: 1.25em; background: white; padding: 4px;">
<div class="notforprint" style="position:fixed; top: 1.25em; left: 1.25em; background: white; padding: 4px;">
<!-- omg fuck you adblock, what the actual fuck -->
<img src="images/icons.gif" usemap="#rht">
<map name="rht">