diff options
| author | makitso <makitso@gmail.com> | 2015-09-06 07:59:10 -0500 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-09-06 07:59:10 -0500 |
| commit | d308a53556455bd18b6b007128fcb05dd1047d63 (patch) | |
| tree | 2afe27c3bca08bf8433b72a2b37163fa37c481e3 | |
| parent | a2582b83c7a94f9e7a5e963adaf3e338fc43c0a8 (diff) | |
| download | webtrees-d308a53556455bd18b6b007128fcb05dd1047d63.tar.gz webtrees-d308a53556455bd18b6b007128fcb05dd1047d63.tar.bz2 webtrees-d308a53556455bd18b6b007128fcb05dd1047d63.zip | |
Bug 1492690 - xenea cosmetics
| -rw-r--r-- | themes/xenea/css-1.7.0/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/xenea/css-1.7.0/style.css b/themes/xenea/css-1.7.0/style.css index 26a11dace9..538cfe3c79 100644 --- a/themes/xenea/css-1.7.0/style.css +++ b/themes/xenea/css-1.7.0/style.css @@ -340,7 +340,6 @@ div.fact_SHARED_NOTE { } .name1, .name2 { - color: #555; font-weight: bold; font-size: 12px; } @@ -2158,6 +2157,10 @@ dd .deletelink { overflow: visible; } +.ui-widget-content a { + color: #00f; +} + #sidebarAccordion .ui-accordion-header { text-align: center; } @@ -4319,6 +4322,7 @@ header nav { line-height: 23px; text-align: left; text-indent: 26px; + margin-top: 2px; width: 100%; } |
