another header layout fix

This commit is contained in:
Michal Čihař
2004-06-03 15:32:52 +00:00
parent 9ae2cb318c
commit 60861e3f3f
5 changed files with 5 additions and 7 deletions

View File

@@ -497,6 +497,10 @@ textarea {
/* Heading */
div.spacer {
clear: both;
}
h1 span {
display: block;
float: left;

View File

@@ -59,7 +59,6 @@ else {
* Displays tab links
*/
echo '<div class="tabs">';
if ($cfg['LightTabs']) {
echo '&nbsp;';
} else {
@@ -85,6 +84,5 @@ if (!$cfg['LightTabs']) {
} else {
echo '<br />';
}
echo '</div>';
?>
<br />

View File

@@ -181,7 +181,7 @@ if (empty($GLOBALS['is_header_sent'])) {
}
echo '</h1>';
}
echo "\n";
echo "\n" . '<div class="spacer"></div>';
/**
* Sets a variable to remember headers have been sent

View File

@@ -41,7 +41,6 @@ if (!empty($message)) {
/**
* Displays tab links
*/
echo '<div class="tabs">';
if ($cfg['LightTabs']) {
echo '&nbsp;';
} else {
@@ -71,5 +70,4 @@ if (!$cfg['LightTabs']) {
} else {
echo '<br />';
}
echo '</div>';
?>

View File

@@ -65,7 +65,6 @@ $class7 = 'drop';
* Displays links
*/
echo '<div class="tabs">';
if ($cfg['LightTabs']) {
echo '&nbsp;';
} else {
@@ -90,6 +89,5 @@ if (!$cfg['LightTabs']) {
} else {
echo '<br />';
}
echo '</div>';
?><br />