Forums

[resolved] Lists are formatting by themselves--find nothing in CSS to show why (3 posts)

  1. readwriteandedit
    Member
    Posted 1 year ago #

    The lists in my content area are a different size font and different color than the rest of the center content. (Site The Editor's Blog. A post to look at--Self-Editing Tips.

    I find nothing in my stylesheet showing where lists for the content or body area are being formatted, whether ordered or unordered. Lists in the sidebars are formatted and that formatting works correctly.

    Is there a place other than the stylesheet where this is coming from? Or, is there a default if no formatting is specified in the stylesheet? I want to keep the font size and color the same as for the rest of the post content.

    Suggestions? Thanks in advance.

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    adding this to style.css might help:

    .content li {
    	font: small "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    	font-size: 115%;
    	color: #303030;
    }
  3. readwriteandedit
    Member
    Posted 1 year ago #

    Thank you, alchymyth. That did it.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags