Making WordPress.org

Changeset 3755


Ignore:
Timestamp:
07/30/2016 01:03:14 PM (8 years ago)
Author:
netweb
Message:

BuddyPress.org: Only style unordered lists list items with list-style: square;

Previously all list items were styled using list-style: square; causing ordered lists to not be styled as expected.

Props @SergeyBiryukov.
See #1544, Fixes #BuddyPress5961

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css

    r2341 r3755  
    11031103}
    11041104
     1105#bbpress-forums li.bbp-body div.bbp-topic-content ul li,
     1106#bbpress-forums li.bbp-body div.bbp-reply-content ul li {
     1107    list-style: square;
     1108}
     1109
    11051110#bbpress-forums li.bbp-body div.bbp-topic-content li,
    11061111#bbpress-forums li.bbp-body div.bbp-reply-content li {
    1107     list-style: square;
    11081112    margin-left: 10px;
    11091113}
Note: See TracChangeset for help on using the changeset viewer.