summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/fab/style.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/themes/fab/style.css b/themes/fab/style.css
index df2b385cd5..275a08b442 100644
--- a/themes/fab/style.css
+++ b/themes/fab/style.css
@@ -599,7 +599,7 @@ right:10px;
#descendancy_chart li {
list-style:none;
- margin:0 0 0 -15px; /* top right bottom left */
+ margin:0 0 0 -13px; /* top right bottom left */
padding-top:0;
padding-right:0;
padding-bottom:0;
@@ -608,14 +608,15 @@ right:10px;
/*-- descendancy chart rtl specific stylesheets --*/
html[dir='rtl'] #descendancy_chart ul {
background-position:right top;
-margin:0 18px 0 0;
left:auto;
+margin:0 15px 0 0;
+
}
html[dir='rtl'] #descendancy_chart li {
- list-style:none;
- margin:0; /* top right bottom left */
- padding:0 30px 0 0; /* top right bottom left */
+margin:0 -13px 0 0;
+padding:0 2px 0 0;
+left:auto;
}
/*-- relationship chart specific stylesheets --*/