summaryrefslogtreecommitdiff
path: root/themes/minimal
diff options
context:
space:
mode:
Diffstat (limited to 'themes/minimal')
-rw-r--r--themes/minimal/style.css12
-rw-r--r--themes/minimal/theme.php2
2 files changed, 1 insertions, 13 deletions
diff --git a/themes/minimal/style.css b/themes/minimal/style.css
index 0919a16e8e..a07009c0eb 100644
--- a/themes/minimal/style.css
+++ b/themes/minimal/style.css
@@ -869,18 +869,6 @@ margin:0 15px 0 0;
left:auto;
}
-/*-- relationship chart specific stylesheets --*/
-#relationship_chart {
- position: relative;
- top: -40px;
- left: 0;
-}
-
-html[dir='rtl'] #relationship_chart {
- left:auto;
- right:10px;
-}
-
/*-- ancestry chart specific stylesheets --*/
#ancestry_chart ul {
background-image: url(images/vline.png);
diff --git a/themes/minimal/theme.php b/themes/minimal/theme.php
index a584a3aa9f..7e70a27267 100644
--- a/themes/minimal/theme.php
+++ b/themes/minimal/theme.php
@@ -2,7 +2,7 @@
// Minimal theme
//
// webtrees: Web based Family History software
-// Copyright (C) 2011 webtrees development team.
+// Copyright (C) 2012 webtrees development team.
//
// Derived from PhpGedView
// Copyright (C) 2002 to 2010 PGV Development Team. All rights reserved.