]> git.mjollnir.org Git - s9y.git/commitdiff
- Fix XHTML conformance for Kubrick
authortomsommer <tomsommer>
Mon, 24 Oct 2005 08:43:40 +0000 (08:43 +0000)
committertomsommer <tomsommer>
Mon, 24 Oct 2005 08:43:40 +0000 (08:43 +0000)
templates/kubrick/index.tpl
templates/kubrick/sidebar.tpl
templates/kubrick/style.css

index ed834d6f1578efced4257c97b42939a772b8f234..8bd1e51dc1571e52e6027cc6137e7b4c5a0927b1 100644 (file)
@@ -40,7 +40,7 @@
 </div>
 
 {if $rightSidebarElements > 0}
-    <div id="sidebar" valign="top">
+    <div id="sidebar">
     {serendipity_printSidebar side="right"}
     {serendipity_printSidebar side="left"}
     </div>
index e198253f99f94e2a22c6d7ae6966bea794f4bddf..f0bb23b4d763c25dd18812efa8e506fcc9b7f7c6 100644 (file)
@@ -2,7 +2,7 @@
 {foreach from=$plugindata item=item}
         <li>
             {if $item.title != ""}<h2>{$item.title}</h2>{/if}
-            <p>{$item.content}</p>
+            {$item.content}
     </li>
 {/foreach}
 </ul>
index f0a8b2a8b2949d1c4d99c5207c13ece5ac55e3c0..d232b2a68195572469be86da66383465f774db6e 100644 (file)
@@ -167,6 +167,7 @@ h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar
 
 #sidebar {
        font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
+    vertical-align: top;
        }
 
 small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {