I created a views block and added it to the front page. The front page uses panels module. But as you can see from the attached screenshot, the bullet does not display correctly. (see the red box at the right side)

I tested using firefox and could fix this by adding the following to css:

.item-list li div {
  display: inline;
}

The problemistic code snippet of that part is:

<li><div class='view-item view-item-Announcement'><div class='view-label view-label-node-title'> </div><div class='view-field view-data-node-title'><a href="/node/77612">KLDP DB서버가 일시적으로 느려지는 현상이 종종 있습니다.</a> </div></div>
</li>

My colleague says that this is because the div tag, which is a block element is used within li tag, which is inline. So he suggested to add the above statement to the css file as workaround.

CommentFileSizeAuthor
inline.JPG217.81 KBksoonson

Comments

merlinofchaos’s picture

Status: Active » Closed (won't fix)

Then you should add that to your style.css

I've not run into that problem myself, and I've often seen block elements within <li> tags.

summit’s picture

Bookmarking, item-list settings.
greetings,
Martijn