Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@574 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
prescience committed Dec 27, 2001
1 parent 751f2b3 commit b4303ca
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
8 changes: 6 additions & 2 deletions devlog.php3
Expand Up @@ -54,10 +54,14 @@
$v_date_posted = date( "m-d-Y h:i a T", $v_date_posted );
?>
<p>
<table width="100%" bgcolor="#ffffff" border="0" cellspacing="0" cellpadding="4">
<table width="100%" bgcolor="#000000" border="0" cellspacing="1" cellpadding="4">
<tr>
<td class="devheadline">
<b><? echo $v_headline ?></b> - <span class="news_date">[ <? echo $v_date_posted ?> ]</span>
</td>
</tr>
<tr>
<td class="devpost">
<b><? echo $v_headline ?></b> - <span class="news_date">[ <? echo $v_date_posted ?> ]</span><br>
<? echo $v_post ?>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion index.php3
Expand Up @@ -51,7 +51,7 @@
<table bgcolor="#ffffff" width="100%" border="0" cellspacing="0" cellpadding="4">
<tr valign="top">
<td class="welcome" width="*">
Mantis is a php/MySQL/web based bugtracking system. <a href="about.php3">Click here</a> to learn more about it.
Mantis is a php/MySQL/web based bugtracking system. <a href="about.php3">Learn more</a>.
<p>
It is currently in development and is considered beta.
</td>
Expand Down
4 changes: 3 additions & 1 deletion mantis.css
Expand Up @@ -20,14 +20,16 @@ table.outside { width: 100% }
table.menu { width: 150px; background-color: #ffffff }
tr.top { vertical-align: top; padding: 0 }

td { font-family: Verdana, Arial, Times, sans-serif; font-size: 10pt }
td { font-family: Verdana, Arial, Times, sans-serif; font-size: 10pt; text-align: left }

td.top_left { background-color: #b8b8ff; height: 50px; font-size: 2pt; line-height: 1.2; text-align: center; vertical-align: middle; font-weight: bold; border-left: 1px solid #000000; border-right: 0px solid #000000 }
td.top_right { background-color: #b8b8ff; height: 50px; font-size: 2pt; line-height: 1.2; text-align: left; vertical-align: middle; font-weight: bold }
td.right { background-color: #b8b8ff; height: 1px; font-size: 2pt; line-height: 1.2; text-align: right; vertical-align: bottom; font-weight: bold; padding: 4px }

td.dev_section { background-color: #b8b8ff; line-height: 1.2; font-weight: bold; padding: 4px }
td.dev_right { background-color: #b8b8ff; line-height: 1.2; text-align: right; font-weight: bold; padding: 4px }
td.devheadline { background-color: #f0f0ff; line-height: 1.2; padding: 4px }
td.devpost { background-color: #ffffff; line-height: 1.2; padding: 4px }

td.middle { background-color: #8888e8; height: 5px; font-size: 2pt; border-top: 1px solid #000000; border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-right: 0px solid #000000; text-align: right }

Expand Down
2 changes: 1 addition & 1 deletion side_menu.php3
Expand Up @@ -72,8 +72,8 @@
<a href="general_development.php3">General Information</a><br>
<a href="guidelines.php3">Coding Guidelines</a><br>
<a href="devnotes.php3">Dev Notes</a><br>
<a href="devlog.php3">Devlog</a><br>
Task List<br>
<a href="devlog.php3">Devlog</a><br>
<a href="api.php3">API</a><br>
<a href="cvs.php3">CVS</a><br>
<a href="roadmap.php3">Roadmap</a><br>
Expand Down

0 comments on commit b4303ca

Please sign in to comment.