• Resolved deko

    (@deko)


    Line 15 in wordpress/themes/default/single.php:

    <div class="entrytext">

    But there is no entrytext class in wordpress/themes/default/style.css

    Is this a bug?

    I created a Page recently and noticed the line-height was incorrect. After changing ‘entrytext’ to ‘entry’ it was better.

    Was ‘entrytext’ a typo? Should it have been ‘entry’?

    I searched for ‘entrytext’ at:

    http://trac.wordpress.org/report/1

    but did not find anything.

    Why is there an ‘entrytext’ div with no corresponding class in the stylesheet?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter deko

    (@deko)

    CORRECTION:

    The file to be modified for correcting the problem with line-height with Pages is:

    wordpress/themes/default/page.php (line 8).

    Again, changing the div tag to ‘entry’ from ‘entrytext’ seems to work.

    Why no ‘entrytext’ class in the stylesheet???

    Thread Starter deko

    (@deko)

    I am going to report this as a bug.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘CSS bug in default theme?’ is closed to new replies.