summaryrefslogtreecommitdiff
path: root/skins/common/commonPrint.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/common/commonPrint.css')
-rw-r--r--skins/common/commonPrint.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css
index 4efabee3..48dd943f 100644
--- a/skins/common/commonPrint.css
+++ b/skins/common/commonPrint.css
@@ -158,7 +158,7 @@ p {
line-height: 1.2em;
}
-pre {
+pre, .mw-code {
border: 1pt dashed black;
white-space: pre;
font-size: 8pt;
@@ -246,7 +246,6 @@ span.texhtml {
/* Galleries (see shared.css for more info) */
li.gallerybox {
vertical-align: top;
- border: solid 2px white;
display: -moz-inline-box;
display: inline-block;
}
@@ -320,7 +319,7 @@ td.diff-context {
*/
table.wikitable,
table.mw_metadata {
- margin: 1em 1em 1em 0;
+ margin: 1em 0;
border: 1px #aaa solid;
background: white;
border-collapse: collapse;