Hi

I am receiving a little "black point" in each block printed. (Block from views)

This "black point" is in left top of my block and seem an anchor.

How Can I remove it?

I am using bluemarine theme by default, (I saw this "black point" in others themes too) so I belive isnt a theme problem, css ...

Best Regards

Macm

Comments

VM’s picture

screen capture ?

macm’s picture

I think it is <li> tag from css

I saw source and receive this code

<div class="item-list"><ul><li><br/>

So it is type of list.

I tried find in drupal.css and style.css but I couldnt find where it is come from.

I tought could be "menu-leaf.png" from \misc directory.

it is very similar but it is all black so probably it is a dot like:

  • this dot

    All blocks have this "." dot like a list

    Can you help me?

  • macm’s picture

    Finally I found

    in theme.inc

    line 878

    f (!empty($items)) {
        $output .= "<$type>";
        foreach ($items as $item) {
          $output .= ''. $item .'';
    

    just delete <li> tag