[pLog-svn] r3408 - in plog/trunk: styles templates/summary

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sat May 13 17:28:30 GMT 2006


Author: oscar
Date: 2006-05-13 17:28:29 +0000 (Sat, 13 May 2006)
New Revision: 3408

Modified:
   plog/trunk/styles/summary.css
   plog/trunk/templates/summary/blogslist.template
   plog/trunk/templates/summary/userlist.template
Log:
cosmetic changes


Modified: plog/trunk/styles/summary.css
===================================================================
--- plog/trunk/styles/summary.css	2006-05-13 16:55:13 UTC (rev 3407)
+++ plog/trunk/styles/summary.css	2006-05-13 17:28:29 UTC (rev 3408)
@@ -721,9 +721,7 @@
 
 
 .pager {
-  width: 456px;
-  margin-left: 40px;
-  margin-right: 40px;   
+  width: 636px;
   border-top: 1px solid #DEDEDE;
   padding-top: 6px;
   margin-top: 6px;

Modified: plog/trunk/templates/summary/blogslist.template
===================================================================
--- plog/trunk/templates/summary/blogslist.template	2006-05-13 16:55:13 UTC (rev 3407)
+++ plog/trunk/templates/summary/blogslist.template	2006-05-13 17:28:29 UTC (rev 3408)
@@ -52,7 +52,7 @@
         </div>
     {/foreach}
 	<div class="pager">
-	  {include file="summary/pager.template" style=links}
+	  {include file="summary/pager.template" style=list}
 	</div>  
 </div>
 {include file="summary/footer.template"}

Modified: plog/trunk/templates/summary/userlist.template
===================================================================
--- plog/trunk/templates/summary/userlist.template	2006-05-13 16:55:13 UTC (rev 3407)
+++ plog/trunk/templates/summary/userlist.template	2006-05-13 17:28:29 UTC (rev 3408)
@@ -13,6 +13,6 @@
     {/foreach}
 </div>
 <div class="pager">
-	{include file="summary/pager.template" style=links}
+	{include file="summary/pager.template" style=list}
 </div>
 {include file="summary/footer.template"}



More information about the pLog-svn mailing list