diff options
| -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%; } |
