]> git.mjollnir.org Git - s9y.git/commitdiff
fix p/div issue
authorgarvinhicking <garvinhicking>
Mon, 26 Jun 2006 10:10:46 +0000 (10:10 +0000)
committergarvinhicking <garvinhicking>
Mon, 26 Jun 2006 10:10:46 +0000 (10:10 +0000)
templates/kubrick/entries.tpl
templates/kubrick/style.css

index ffcd8e2760b173c73e9c68ba260a920b141c0e80..55f6d701461bc723e0b42c01fa6cb917d7ebed3a 100644 (file)
             {/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 />
index a1bbb77a7496c0761b42edea4c40ebe62862fcf8..60bf703f442955279943212e08a4277cef5de247 100644 (file)
@@ -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%;
     }