Cleanup for print CSS

This commit is contained in:
Jo Michael 2012-03-31 16:30:42 +02:00
parent bc432a0b9a
commit fc7a1339fc
2 changed files with 10 additions and 12 deletions

View File

@ -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 {

View File

@ -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 {