From 833b7a820da9b6c4d8c2dbae5942f86a0d42e6e2 Mon Sep 17 00:00:00 2001 From: garvinhicking <garvinhicking> Date: Mon, 26 Jun 2006 10:10:46 +0000 Subject: [PATCH] fix p/div issue --- templates/kubrick/entries.tpl | 4 ++-- templates/kubrick/style.css | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/kubrick/entries.tpl b/templates/kubrick/entries.tpl index ffcd8e2..55f6d70 100644 --- a/templates/kubrick/entries.tpl +++ b/templates/kubrick/entries.tpl @@ -18,12 +18,12 @@ {/if} <div class="entrytext"> - <p> + <div> {$entry.body} {if $is_single_entry} <a id="extended"></a>{$entry.extended} {/if} - </p> + </div> {if $entry.has_extended and not $is_single_entry and not $entry.is_extended} <br /><a href="{$entry.link}#extended">{$CONST.VIEW_EXTENDED_ENTRY|@sprintf:$entry.title}</a><br /><br /> diff --git a/templates/kubrick/style.css b/templates/kubrick/style.css index a1bbb77..60bf703 100644 --- a/templates/kubrick/style.css +++ b/templates/kubrick/style.css @@ -55,7 +55,7 @@ img.categoryIcon { width: 90%; } -.widecolumn .entry p { +.widecolumn .entry div { font-size: 1.05em; } @@ -123,7 +123,7 @@ h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar text-decoration: none; } -.entry p a:visited { +.entry div a:visited { color: #b85b5a; } @@ -319,7 +319,7 @@ h3.comments { /* Begin Images */ -p img { +div img { padding: 0; max-width: 100%; } -- 2.39.5