Making WordPress.org

Ticket #1544: meta-1544.list-style.patch

File meta-1544.list-style.patch, 704 bytes (added by SergeyBiryukov, 9 years ago)
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css

     
    11021102        background-color: inherit;
    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}
    11101114