diff options
Diffstat (limited to 'themes/fab')
| -rw-r--r-- | themes/fab/css-1.7.0/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/fab/css-1.7.0/style.css b/themes/fab/css-1.7.0/style.css index a0a254d5f7..98de19510b 100644 --- a/themes/fab/css-1.7.0/style.css +++ b/themes/fab/css-1.7.0/style.css @@ -231,7 +231,7 @@ header form { .person_box_template .details0, .person_box_template .details1 { - font-size: smaller; + font-size: 11px; } .person_box { @@ -974,6 +974,11 @@ a.showit:hover > span { .person_box_template .chart_textbox { overflow: hidden; + font: 13px tahoma, arial, helvetica, sans-serif; +} + +.person_box_template .chart_textbox .name1{ + line-height: 1; } .person_box_template img, |
