diff options
Diffstat (limited to 'themes/clouds')
| -rw-r--r-- | themes/clouds/header.php | 2 | ||||
| -rw-r--r-- | themes/clouds/jquery/jquery-ui_theme.css | 2 | ||||
| -rw-r--r-- | themes/clouds/style.css | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/themes/clouds/header.php b/themes/clouds/header.php index 8fa4693707..fc4b7112ab 100644 --- a/themes/clouds/header.php +++ b/themes/clouds/header.php @@ -47,7 +47,7 @@ echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">', '<html xmlns="http://www.w3.org/1999/xhtml" ', i18n::html_markup(), '>', '<head>', - '<title>', htmlspecialchars($title), '</title>', + '<title>', htmlspecialchars($GEDCOM_TITLE), '</title>', '<link rel="shortcut icon" href="', $FAVICON, '" type="image/x-icon">'; if (WT_USE_LIGHTBOX) { diff --git a/themes/clouds/jquery/jquery-ui_theme.css b/themes/clouds/jquery/jquery-ui_theme.css index 4fa733a23a..a938eada60 100644 --- a/themes/clouds/jquery/jquery-ui_theme.css +++ b/themes/clouds/jquery/jquery-ui_theme.css @@ -2,7 +2,7 @@ /* Tabs --------------------------------*/
.ui-widget-content { color:black; border color:#999999; }
-.ui-widget-content a { color:blue; }
+.ui-widget-content a { color:#003399; }
.ui-widget-content a:hover { color: red; }
.ui-tabs-nav li.ui-tabs-selected { background: #f8f8f8; color:blue; }
diff --git a/themes/clouds/style.css b/themes/clouds/style.css index 9c965473e4..d3cf6882da 100644 --- a/themes/clouds/style.css +++ b/themes/clouds/style.css @@ -300,10 +300,10 @@ color:#f50; /* Navigator and Flyout menu Styles -----------*/ .nav_content #spouse{ -color: blue; +color: #003399; } .nav_content .facts_label a{ -color: blue; +color: #003399; } /* Start Standard Code */ |
