diff options
| author | fisharebest <fisharebest@gmail.com> | 2012-02-02 10:48:18 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2012-02-02 10:48:18 +0000 |
| commit | 30031939b699ef526dc938bfeaf1e3f0fcc78f71 (patch) | |
| tree | 6336b83dc19b0adb0b023a1310b03f95232f09fa /themes/fab/style.css | |
| parent | e013b4f9d734228131cb65bcb892653d9ec98c93 (diff) | |
| download | webtrees-30031939b699ef526dc938bfeaf1e3f0fcc78f71.tar.gz webtrees-30031939b699ef526dc938bfeaf1e3f0fcc78f71.tar.bz2 webtrees-30031939b699ef526dc938bfeaf1e3f0fcc78f71.zip | |
Minor refactoring of relationship.php. Move the titles/forms out of the output <div>. Need to move away from relative positioning, so that we can display all paths on the same page (perhaps in tabs).
Diffstat (limited to 'themes/fab/style.css')
| -rw-r--r-- | themes/fab/style.css | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/themes/fab/style.css b/themes/fab/style.css index 5c1c3528fb..db1d6d2a78 100644 --- a/themes/fab/style.css +++ b/themes/fab/style.css @@ -632,18 +632,6 @@ padding:0 2px 0 0; left:auto; } -/*-- relationship chart specific stylesheets --*/ -#relationship_chart { - position:relative; - top:-40px; - left:0; -} - -html[dir='rtl'] #relationship_chart { - left:auto; - right:0; -} - /*-- ancestry chart specific stylesheets --*/ #ancestry_chart ul { background-image:url(images/vline.png); |
