[pLog-svn] r1485 - templates/trunk/bubble-blue

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Tue Mar 15 03:09:38 GMT 2005


Author: jondaley
Date: 2005-03-15 03:09:38 +0000 (Tue, 15 Mar 2005)
New Revision: 1485

Modified:
   templates/trunk/bubble-blue/header.template
   templates/trunk/bubble-blue/post.template
   templates/trunk/bubble-blue/style.css
Log:
fixed calendarToday.  moved title below charset. removed smarty space

Modified: templates/trunk/bubble-blue/header.template
===================================================================
--- templates/trunk/bubble-blue/header.template	2005-03-15 03:05:00 UTC (rev 1484)
+++ templates/trunk/bubble-blue/header.template	2005-03-15 03:09:38 UTC (rev 1485)
@@ -2,10 +2,10 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$locale->getLanguageId()}" 
       lang="{$locale->getLanguageId()}" dir="{$locale->getDirection()}">
 <head>
- <title>{$blog->getBlog()}</title>
  <meta http-equiv="Content-Type" content="text/html;charset={$locale->getCharset()}" />
  <meta name="generator" content="{$version}" />
  <meta http-equiv="Content-Language" content="{$locale->getLanguageId()}" />
+ <title>{$blog->getBlog()}</title>
  <link rel="stylesheet" title="Default" href="{$url->getTemplateFile("style.css")}" type="text/css" />
  <link rel="alternate" type="text/xml" title="RSS 2.0" href="{$url->rssLink("rss20")}" />
  <link rel="alternate" type="text/xml" title="RSS 1.0" href="{$url->rssLink("rss10")}" />

Modified: templates/trunk/bubble-blue/post.template
===================================================================
--- templates/trunk/bubble-blue/post.template	2005-03-15 03:05:00 UTC (rev 1484)
+++ templates/trunk/bubble-blue/post.template	2005-03-15 03:09:38 UTC (rev 1485)
@@ -8,8 +8,7 @@
 </p>
 <div class="footer">
 {foreach name=categories from=$post->getCategories() item=postCategory}
-	<a href="{$url->categoryLink($postCategory)}">{$postCategory->getName()}</a>
-{if !$smarty.foreach.categories.last}, {/if}
+	<a href="{$url->categoryLink($postCategory)}">{$postCategory->getName()}</a>{if !$smarty.foreach.categories.last}, {/if}
 {/foreach}
  :: <a href="{$url->postPermalink($post)}">{$locale->tr("comments")} ({$post->getTotalComments()})</a> :: <a title="{$locale->tr("permalink_title")}" href="{$url->postPermalink($post)}">{$locale->tr("permalink")}</a> :: <a href="{$url->postTrackbackStatsLink($post)}">{$locale->tr("trackbacks")} ({$post->getNumTrackbacks()})</a> 
 </div>

Modified: templates/trunk/bubble-blue/style.css
===================================================================
--- templates/trunk/bubble-blue/style.css	2005-03-15 03:05:00 UTC (rev 1484)
+++ templates/trunk/bubble-blue/style.css	2005-03-15 03:09:38 UTC (rev 1485)
@@ -229,11 +229,11 @@
 
 #album a, #album a:link, #album a:hover, #album a:active { border: 0px; text-decoration: none; }
 
-.calendar {
+#calendar {
 font:12px/1.5 trebuchet ms, verdana, arial, helvetica, sans-serif;
 }
 
-.calendarToday {
+.calMonthToday {
  background-color: #ecdebd;
 }
 




More information about the pLog-svn mailing list