Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
Nice find.
Thanks!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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.
Change to:
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
Nice find.
Thanks!
is working on a reply...