Skip to content

Commit

Permalink
fixed.
Browse files Browse the repository at this point in the history
based on standard theme.
  • Loading branch information
mits committed Mar 27, 2005
1 parent fd7582e commit 4c79399
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion theme/oceanblue/footer.html
Expand Up @@ -12,7 +12,6 @@
<?php } ?>

<?php echo $loggedinas ?>
<p class="homelink"><?php echo $homelink ?></p>

<?php if (isadmin()) { ?>
<br />
Expand Down
9 changes: 9 additions & 0 deletions theme/oceanblue/styles_layout.css
Expand Up @@ -128,6 +128,10 @@ a img {
text-align: center;
}

#help .indent {
margin-left:3em;
}

/* weblib.php table */
.tabledivider {
border-width:1px;
Expand Down Expand Up @@ -798,6 +802,11 @@ table.message_search_results td {
white-space:nowrap;
text-decoration:none;
}
.tabrow .last span {
display:block;
padding:0px 1px 0px 0px;
}

.tabrow .selected .tablink {
line-height:38px;
}
Expand Down

0 comments on commit 4c79399

Please sign in to comment.