Skip to content

Commit

Permalink
HTML - Removed borders, changed color of navigation bar (left hand co…
Browse files Browse the repository at this point in the history
…lumn)

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@195 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Apr 5, 2003
1 parent 365cfa5 commit d661e64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin/admin.php
Expand Up @@ -106,10 +106,10 @@

include("html.php");

$cellstyle = "style='border: 1px solid #000080'";
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0' style='border: 5px solid #000080'>\n";
//$cellstyle = "style='border: 1px inset #000080'";
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0' >\n";
echo "\t<tr>\n";
echo "\t\t<td width='25%' valign='top' align='center' bgcolor='silver' $cellstyle>\n";
echo "\t\t<td width='25%' valign='top' align='center' bgcolor='#BBBBBB'>\n";
echo "\t\t\t<font size='2'>\n";
echo "$adminmenu\n";
echo "\t\t</td>\n";
Expand Down

0 comments on commit d661e64

Please sign in to comment.