Add black border arround banner. Cleanup

This commit is contained in:
Paul van Schayck
2004-12-16 02:24:02 +00:00
committed by WineHQ
parent f2b58f208e
commit 6d167d8f54
3 changed files with 10 additions and 5 deletions

View File

@@ -138,7 +138,7 @@ p.indent { padding-left: 1em; padding-right: 1em;}
/*******************************************************************/
/* The following styles are used exclusively in appdb */
/* The following styles are used exclusively in appdb */
/*******************************************************************/
TD.cline { background-color: #EEEEEE; color: #000000;
text-align: center; font-weight: bold; font-size: 10pt; }
@@ -211,3 +211,10 @@ TD.stub { color: #0000B1; font-style: italic; text-align: center }
/* Search Field */
.searchfield { background-color: #E0E0E0; color: #666666; font-family: Helvetica, Arial; font-size: 10pt; padding: 0; }
/*******************************************************************/
/* Specific elements */
/*******************************************************************/
/* Banner div */
#banner { border: 1px solid black; }

View File

@@ -18,7 +18,7 @@ function banner_display ()
// opening html
$banner = "";
$banner .= "\n\n".'<!-- START BANNER AD -->'."\n";
$banner .= "<div align=center class=\"black\">\n";
$banner .= "<div align=center id=\"banner\">\n";
// read dir and get list of banners
$ads = array();

View File

@@ -29,9 +29,7 @@
<img src="<?php echo $apidb_root; ?>images/blank.gif" width=10 height=1 alt="">
</td>
<td width="100%" align="center" valign="middle">
<!-- BANNER AD -->
<?php echo $banner_ad; ?></td>
<!-- END BANNER AD -->
<?php echo $banner_ad; ?>
</td>
<td>
<img src="<?php echo $apidb_root; ?>images/blank.gif" width=10 height=1 alt="">