summaryrefslogtreecommitdiff
path: root/themes/clouds
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-01-14 23:32:07 +0000
committerGreg Roach <fisharebest@gmail.com>2015-01-14 23:32:07 +0000
commit9ae6011b5543938e2b2bf55e5557fb3754f4f7d0 (patch)
tree5e4738791b14b2aee6ec00604d6c1593665f30de /themes/clouds
parent6d511cd8df3ccc4f51e6eb8d2b11d0bcaeaebf43 (diff)
downloadwebtrees-9ae6011b5543938e2b2bf55e5557fb3754f4f7d0.tar.gz
webtrees-9ae6011b5543938e2b2bf55e5557fb3754f4f7d0.tar.bz2
webtrees-9ae6011b5543938e2b2bf55e5557fb3754f4f7d0.zip
CSS selector backprint does not appear to be used.
Diffstat (limited to 'themes/clouds')
-rw-r--r--themes/clouds/css-1.6.2/style.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/themes/clouds/css-1.6.2/style.css b/themes/clouds/css-1.6.2/style.css
index b08a999f46..08e0f65e3f 100644
--- a/themes/clouds/css-1.6.2/style.css
+++ b/themes/clouds/css-1.6.2/style.css
@@ -5298,20 +5298,19 @@ footer .error {
}
@media print {
- #content {
- padding: 0;
- }
-
header,
footer,
form,
- #backprint,
#sidebar,
#separator,
.noprint {
display: none !important;
}
+ #content {
+ padding: 0;
+ }
+
#pedigree_chart {
left: -80px;
}