Cleanup for print CSS
This commit is contained in:
parent
bc432a0b9a
commit
fc7a1339fc
@ -9,8 +9,8 @@
|
||||
?>
|
||||
/* For printview */
|
||||
body, table, th, td {
|
||||
color: #000000;
|
||||
background-color: #ffffff;
|
||||
color: #000;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
img {
|
||||
@ -18,23 +18,21 @@ img {
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
border-width: 0.1em;
|
||||
border-color: #000000;
|
||||
border-style: solid;
|
||||
border: .1em solid #000;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
th, td {
|
||||
padding: 0.2em;
|
||||
padding: .2em;
|
||||
}
|
||||
|
||||
th {
|
||||
font-weight: bold;
|
||||
background-color: #e5e5e5;
|
||||
font-weight: bold;
|
||||
background: #e5e5e5;
|
||||
}
|
||||
|
||||
.hide {
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
/* For printview */
|
||||
body, table, th, td {
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
img {
|
||||
@ -32,7 +32,7 @@ th, td {
|
||||
|
||||
th {
|
||||
font-weight: bold;
|
||||
background-color: #e5e5e5;
|
||||
background: #e5e5e5;
|
||||
}
|
||||
|
||||
.hide {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user