[Cpan-forum-commit] rev 20 - in trunk: lib/CPAN www
svn at pti.co.il
svn at pti.co.il
Sat Jan 15 21:18:46 IST 2005
Author: gabor
Date: 2005-01-15 21:18:46 +0200 (Sat, 15 Jan 2005)
New Revision: 20
Modified:
trunk/lib/CPAN/Forum.pm
trunk/www/style.css
Log:
fix the date a bit
Modified: trunk/lib/CPAN/Forum.pm
===================================================================
--- trunk/lib/CPAN/Forum.pm 2005-01-15 17:43:58 UTC (rev 19)
+++ trunk/lib/CPAN/Forum.pm 2005-01-15 19:18:46 UTC (rev 20)
@@ -626,8 +626,8 @@
thread => ($thread_count > 1 ? 1 : 0),
thread_id => $post->thread,
thread_count => $thread_count-1,
- date => strftime("%e/%b", localtime $post->date),
- #date => scalar localtime $post->date,
+ #date => strftime("%e/%b", localtime $post->date),
+ date => scalar localtime $post->date,
postername => $post->uid,
};
}
Modified: trunk/www/style.css
===================================================================
--- trunk/www/style.css 2005-01-15 17:43:58 UTC (rev 19)
+++ trunk/www/style.css 2005-01-15 19:18:46 UTC (rev 20)
@@ -93,7 +93,7 @@
}
.col1 {
- width: 20%;
+ width: 25%;
}
.col2 {
@@ -101,15 +101,15 @@
}
.col3 {
- width: 10%;
+ width: 5%;
}
.col4 {
- width: 10%;
+ width: 20%;
}
.col5 {
- width: 20%;
+ width: 10%;
}
.faq {
More information about the Cpan-forum-commit
mailing list