diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2011-11-10 01:03:38 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2011-11-10 01:03:38 +0000 |
| commit | 203fb347f09d0134ab3efbe257c1d442cd4fef34 (patch) | |
| tree | 1c97aa9536e11a64a70f2db1d5c14806f8a53955 /themes/clouds | |
| parent | 7a55a0c812e801c43e4a6846234acd79d7b02544 (diff) | |
| download | webtrees-203fb347f09d0134ab3efbe257c1d442cd4fef34.tar.gz webtrees-203fb347f09d0134ab3efbe257c1d442cd4fef34.tar.bz2 webtrees-203fb347f09d0134ab3efbe257c1d442cd4fef34.zip | |
Tidy up stray div elements
Diffstat (limited to 'themes/clouds')
| -rw-r--r-- | themes/clouds/header.php | 1 | ||||
| -rw-r--r-- | themes/clouds/style.css | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/themes/clouds/header.php b/themes/clouds/header.php index 6afbbc3dcb..9fbd1228c8 100644 --- a/themes/clouds/header.php +++ b/themes/clouds/header.php @@ -133,5 +133,6 @@ if ($view!='simple') { // Use "simple" headers for popup windows foreach (Zend_Controller_Action_HelperBroker::getStaticHelper('FlashMessenger')->getMessages() as $message) { echo '<p class="ui-state-highlight">', $message, '</p>'; } + '</div>'; // <div id="clouds-container"> } echo $javascript, '<div id="content">'; diff --git a/themes/clouds/style.css b/themes/clouds/style.css index 07370c9441..4c2b233536 100644 --- a/themes/clouds/style.css +++ b/themes/clouds/style.css @@ -58,7 +58,7 @@ body { /* set up div container for main menu and options menu */ -#topMenu {clear: both; height:31px; width: 100%; background: #aaccff;} +#topMenu {border-bottom: 1px solid #003399; clear: both; height:31px; width: 100%; background: #aaccff;} #menu-right {float: right; margin-right: 20px;} /* LTR to TRL Translation */ |
