diff --git a/themes/original/css/theme_print.css.php b/themes/original/css/theme_print.css.php index 4cf8e338d0..41ab35eac3 100644 --- a/themes/original/css/theme_print.css.php +++ b/themes/original/css/theme_print.css.php @@ -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 { diff --git a/themes/pmahomme/css/theme_print.css.php b/themes/pmahomme/css/theme_print.css.php index ac70630acf..a105636a4f 100644 --- a/themes/pmahomme/css/theme_print.css.php +++ b/themes/pmahomme/css/theme_print.css.php @@ -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 {