From: garvinhicking Date: Mon, 26 Jun 2006 10:10:46 +0000 (+0000) Subject: fix p/div issue X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=833b7a820da9b6c4d8c2dbae5942f86a0d42e6e2;p=s9y.git fix p/div issue --- 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}
-

+

{$entry.body} {if $is_single_entry} {$entry.extended} {/if} -

+
{if $entry.has_extended and not $is_single_entry and not $entry.is_extended}
{$CONST.VIEW_EXTENDED_ENTRY|@sprintf:$entry.title}

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%; }