Skip to content

Commit c0e9038

Browse files
committed
Also fixed printing issue in other two themes (issue#59).
1 parent ca9fa3c commit c0e9038

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

web/offwhite/print.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ input.submit { /* start search button */
154154

155155
/* ############### start of content ############## */
156156
#content {
157+
position: static;
158+
overflow-x: hidden;
157159
}
158160

159161

@@ -481,4 +483,4 @@ a.xsr { /* subroutine */ color: #00f; font-weight: bold; }
481483
background-repeat: no-repeat;
482484
background-position: -432px 0;
483485
}
484-
/* ############### end of footer ############## */
486+
/* ############### end of footer ############## */

web/polished/print.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ input.submit { /* start search button */
154154

155155
/* ############### start of content ############## */
156156
#content {
157+
position: static;
158+
overflow-x: hidden;
157159
}
158160

159161

@@ -481,4 +483,4 @@ a.xsr { /* subroutine */ color: #00f; font-weight: bold; }
481483
background-repeat: no-repeat;
482484
background-position: -432px 0;
483485
}
484-
/* ############### end of footer ############## */
486+
/* ############### end of footer ############## */

0 commit comments

Comments
 (0)