r766 - in webspace: . include
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Fri May 5 22:21:23 EDT 2006
Author: floam
Date: 2006-05-05 22:21:23 -0400 (Fri, 05 May 2006)
New Revision: 766
Modified:
webspace/include/news.php
webspace/ioq3.css
Log:
anchor icon idea was bad
Modified: webspace/include/news.php
===================================================================
--- webspace/include/news.php 2006-05-06 01:56:24 UTC (rev 765)
+++ webspace/include/news.php 2006-05-06 02:21:23 UTC (rev 766)
@@ -41,8 +41,8 @@
break;
}
echo "<h3 id=\"" . $item['id'] . "\">" . $item['title'] . " - <em>" .
- date("F j, Y", strtotime($item['postdate'])) . "</em> <a href=\"?page=news&news_item=" .
- ($item['id'] + 1) . "\">⚓</a></h3>\n<p>" . $item['text'] . "</p>";
+ date("F j, Y", strtotime($item['postdate'])) . "</em></h3>\n<p>" . $item['text'] .
+ "</p><p><a class=\"permalink\" href=\"?page=news&news_item=" . ($item['id'] + 1) . "\">Permalink</a></p>";
if ($current_post++ == $news_item_count - 1)
$lastid = $digestItem['id'];
}
Modified: webspace/ioq3.css
===================================================================
--- webspace/ioq3.css 2006-05-06 01:56:24 UTC (rev 765)
+++ webspace/ioq3.css 2006-05-06 02:21:23 UTC (rev 766)
@@ -64,11 +64,11 @@
h1, :link:hover, :visited:hover {
color: maroon;
- margin: 0;
}
h1 {
float: left;
+ margin: 0;
font-size: 1.75em;
padding-left: .25em;
}
@@ -187,3 +187,8 @@
.apple {
background-image: url('images/apple.png');
}
+
+.permalink {
+ color: #444;
+ font-size: .8em;
+}
More information about the quake3-commits
mailing list