Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mark Mitchell 35 posts 60 karma points
    Jul 18, 2011 @ 02:36
    Mark Mitchell
    1

    Minor typo in default CSS

    Just noticed this and thought I would post it for you to update in your included default CSS.

    In the uBlogsy.css file at line 80 there is a missing '.' (period) in front of the uBlogsy_category_list class name.

    .uBlogsy_tag_list .uBlogsy_tags li, uBlogsy_category_list .uBlogsy_categories li{ display:block; float:left; padding-right:10px;}

    Change to:

    .uBlogsy_tag_list .uBlogsy_tags li, .uBlogsy_category_list .uBlogsy_categories li{ display:block; float:left; padding-right:10px;}

    This was causing a minor display bug where the list of categories would wrap for each li element, often overtop of the bottem border of containing div.  Adding the '.' as above fixes the issue.

    Mark

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Jul 19, 2011 @ 00:21
    Anthony Dang
    0

    Nice find.

    Thanks!

     

Please Sign in or register to post replies

Write your reply to:

Draft