From e578c9053f84b17a6aa54c564f0cf3e4af458f54 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Sun, 12 Sep 2010 23:59:09 +0000 Subject: [PATCH] AncestorTree: Adjusted font size and border color of unlinked individuals svn: r15881 --- src/plugins/webstuff/css/ancestortree.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/plugins/webstuff/css/ancestortree.css b/src/plugins/webstuff/css/ancestortree.css index b4427dd13..d867843b5 100644 --- a/src/plugins/webstuff/css/ancestortree.css +++ b/src/plugins/webstuff/css/ancestortree.css @@ -58,15 +58,14 @@ Females Web_Gender_Female.png position:relative; z-index:10; display:block; - font:normal .7em/1.4em sans-serif; + font:normal .7em sans-serif; text-align:center; text-decoration:none; - color: #00029D; + color: #000; width:118px; padding:5px 20px 7px 20px; margin-left:16px; - background-color: #FFF; - border: solid 1px #000; + border: solid 1px #00029D; } #treeContainer div.boxbg a.noThumb, #treeContainer div.AncCol3 a, @@ -80,7 +79,7 @@ Females Web_Gender_Female.png z-index:999; font-size:1em; text-decoration:none; - color: #00029D; + color: #000; width:190px; margin-left:-20px; padding:10px 25px 12px 25px;