[Cpan-forum-commit] rev 17 - in trunk: templates www

svn at pti.co.il svn at pti.co.il
Sat Jan 15 18:35:55 IST 2005


Author: gabor
Date: 2005-01-15 18:35:54 +0200 (Sat, 15 Jan 2005)
New Revision: 17

Modified:
   trunk/templates/about.tmpl
   trunk/templates/home.tmpl
   trunk/www/style.css
Log:
more style changes

Modified: trunk/templates/about.tmpl
===================================================================
--- trunk/templates/about.tmpl	2005-01-15 16:18:49 UTC (rev 16)
+++ trunk/templates/about.tmpl	2005-01-15 16:35:54 UTC (rev 17)
@@ -35,7 +35,7 @@
 	</ul>
 </div>
 <div class="about_list">
-	<p class="about_title">Statistics:</p>
+	<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>

Modified: trunk/templates/home.tmpl
===================================================================
--- trunk/templates/home.tmpl	2005-01-15 16:18:49 UTC (rev 16)
+++ trunk/templates/home.tmpl	2005-01-15 16:35:54 UTC (rev 17)
@@ -4,7 +4,6 @@
 <TMPL_INCLUDE NAME="navigation.tmpl">
 
 <div id="posts">
-<h3>Latest posts:</h3>
 <TMPL_INCLUDE NAME="listing.tmpl">
 </div>
 

Modified: trunk/www/style.css
===================================================================
--- trunk/www/style.css	2005-01-15 16:18:49 UTC (rev 16)
+++ trunk/www/style.css	2005-01-15 16:35:54 UTC (rev 17)
@@ -78,12 +78,13 @@
 }
 
 .odd {
-	background: #20B2AA;
+	/*background: #20B2AA;*/
+	background: #AAAAAA;
 	color: inherit; 
 }
 
 .odd TD, .even TD {
-	padding: 3ex 0ex 3ex 1ex;
+	padding: 0ex 0ex 0ex 1ex;
 	vertical-align: baseline;
 }
 
@@ -129,8 +130,16 @@
 }
 
 .about_title {
-	font-size: 20pt;
+	margin-top: 0px; 
+	background: white; 
+	height: 18px; 
+	padding: 0px 0px 0px 20px; 
+	font-size: 12pt;
+	color: MidnightBlue;
+	margin-bottom: 20px;
+	border: MidnightBlue solid thin;
 }
+}
 
 
 #posting_rules {



More information about the Cpan-forum-commit mailing list