[Cpan-forum-commit] rev 14 - in trunk: templates www
svn at pti.co.il
svn at pti.co.il
Sat Jan 15 17:36:51 IST 2005
Author: gabor
Date: 2005-01-15 17:36:51 +0200 (Sat, 15 Jan 2005)
New Revision: 14
Modified:
trunk/templates/about.tmpl
trunk/www/style.css
Log:
update the style sheet of the about page
Modified: trunk/templates/about.tmpl
===================================================================
--- trunk/templates/about.tmpl 2005-01-15 15:11:40 UTC (rev 13)
+++ trunk/templates/about.tmpl 2005-01-15 15:36:51 UTC (rev 14)
@@ -15,8 +15,8 @@
<a href="http://lists.cpan.org/">Lists CPAN</a>. For even more resources visit
<a href="http://www.perl.org/">Perl.org</a>.
</div>
-<div id="about_list1">
- <h2>Tools used</h2>
+<div class="about_list">
+ <p class="about_title">Tools used</p>
<ul>
<li><a href="/dist/CGI">CGI</a></li>
<li><a href="/dist/Test-More">Test::More</a></li>
@@ -35,8 +35,8 @@
<li><a href="/dist/Mail-Sendmail">Mail::Sendmail</a></li>
</ul>
</div>
-<div id="about_list2">
- <h2>Statistics:</h2>
+<div class="about_list">
+ <p class="about_title">Statistics:</p>
<ul>
<li>Number of distributions: <TMPL_VAR distro_cnt></li>
<li>Number of posts: <TMPL_VAR posts_cnt></li>
@@ -48,15 +48,28 @@
Current site version: <TMPL_VAR version>
</p>
</div>
-<div id="about_list3">
- <h2>News</h2>
+<div class="about_list">
+ <p class="about_title">News</p>
<ul>
- <li> 2004 June ?? - First public version.</li>
+ <li> 2005 January 15 - First public beta version</li>
+ <li> 2004 June - First version (and then a long silence fell on us)</li>
</ul>
</div>
-<div id="about_list4">
- <h2>TODO</h2>
+<div class="about_list">
+ <p class="about_title">Development</p>
+ <p>If you'd like to follow the development of this web site and the
+ <a href="http://search.cpan.org/dist/CPAN-Forum/">CPAN::Forum</a> distribution
+ on CPAN you should know the follwoing things:
+ </p>
<ul>
+ <li><a href="http://svn.pti.co.il/svn/cpan-forum/trunk/">Subversion repository</a></li>
+ <li><a href="http://perl.org.il/mailman/listinfo/cpan-forum-commit">mailing list for repository commits</a></li>
+ <li><a href="http://www.cpanforum.com/dist/CPAN-Forum">Discussion</a></li>
+ </ul>
+</div>
+<div class="about_list">
+ <p class="about_title">TODO</p>
+ <ul>
<li> Finalize the markup language</li>
<li> -----</li>
<li> Paging through all the messages </li>
@@ -76,3 +89,4 @@
</div>
<TMPL_INCLUDE NAME="footer.tmpl">
+
Modified: trunk/www/style.css
===================================================================
--- trunk/www/style.css 2005-01-15 15:11:40 UTC (rev 13)
+++ trunk/www/style.css 2005-01-15 15:36:51 UTC (rev 14)
@@ -124,21 +124,15 @@
margin-bottom: 10px;
}
-#about_list1 h2 {
+.about_list {
font-size: 14pt;
}
-#about_list2 h2 {
- font-size: 14pt;
+.about_title {
+ font-size: 20pt;
}
-#about_list3 h2 {
- font-size: 14pt;
-}
-#about_list4 h2 {
- font-size: 14pt;
-}
#posting_rules {
margin-top: 10px;
}
More information about the Cpan-forum-commit
mailing list