CSS Confusion
Jun 4th, 2006 by Brian A. Thomas
If I activate the following in my CSS, for some reason the items go on a single line:
-
.feed {
-
background: url(/images/rss.gif) no-repeat left top;
-
padding: 2px 0 8px 20px;
-
}
The HTML for the section in question is:
The <br /> had to be there otherwise for some reason the space was collapsing to the next line (when the CSS .feed was used). (The words Entries and Comments replaces the PHP code that generated the words, it doesn't matter if I wrote it or not, the same error came up.) Further, Comments would come first, then Entries, all on one line. Anybody have any ideas?
EDIT TO NOTE: This was when using the Kiwi 2.0 theme in Canvas. Use of that block isn't needed with the theme in use as this edit is written.






