Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
HAHAWOO.
Browse files Browse the repository at this point in the history
Signed-off-by: Neo Melonas <neo@neomelonas.com>
  • Loading branch information
neomelonas committed Jan 25, 2010
1 parent 009b771 commit 672ea2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.php
Expand Up @@ -44,6 +44,7 @@
</div>
</nav>
<div id="charts">
<p class="lies">This feature is currently unavailable.</p>
<ul>
<li><?php sparkLineStock($stock1, $sname1); ?> &nbsp; <span class="charts"><?php echo$sname1; ?></span></li>
<li><?php sparkLineStock($stock2, $sname2); ?> &nbsp; <span class="charts"><?php echo $sname2; ?></span></li>
Expand Down
2 changes: 2 additions & 0 deletions lib/css/newstyle.css
Expand Up @@ -66,3 +66,5 @@ span.charts{font-size:.7em;}
details{font-size:.5em;}
img{border:0;}
.backup{float:right;}/*position:fixed;bottom:5px;right:5px;}*/

.lies{display:none;}

0 comments on commit 672ea2e

Please sign in to comment.