Skip to:
Content

bbPress.org

Changeset 4590


Ignore:
Timestamp:
12/20/2012 12:13:02 AM (13 years ago)
Author:
johnjamesjacoby
Message:

More precise list-item CSS. See #2113.

Location:
trunk/templates/default/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/default/css/bbpress-rtl.css

    r4589 r4590  
    123123
    124124#bbpress-forums .bbp-topic-content ul,
    125 #bbpress-forums .bbp-reply-content ul {
    126     list-style: square;
    127     padding-right: 15px;
    128 }
    129 
     125#bbpress-forums .bbp-reply-content ul,
    130126#bbpress-forums .bbp-topic-content ol,
    131127#bbpress-forums .bbp-reply-content ol {
     128    margin: 15px;
     129}
     130
     131#bbpress-forums .bbp-topic-content ol li,
     132#bbpress-forums .bbp-reply-content ol li {
    132133    list-style: decimal;
    133     padding-left: 15px;
    134 }
    135 
    136 #bbpress-forums .bbp-topic-content li,
    137 #bbpress-forums .bbp-reply-content li {
     134}
     135
     136#bbpress-forums .bbp-topic-content ul li,
     137#bbpress-forums .bbp-reply-content ul li {
    138138    list-style: square;
    139     padding-left: 15px;
    140139}
    141140
  • trunk/templates/default/css/bbpress.css

    r4589 r4590  
    123123
    124124#bbpress-forums .bbp-topic-content ul,
    125 #bbpress-forums .bbp-reply-content ul {
    126     list-style: square;
    127     padding-left: 15px;
    128 }
    129 
     125#bbpress-forums .bbp-reply-content ul,
    130126#bbpress-forums .bbp-topic-content ol,
    131127#bbpress-forums .bbp-reply-content ol {
     128    margin: 15px;
     129}
     130
     131#bbpress-forums .bbp-topic-content ol li,
     132#bbpress-forums .bbp-reply-content ol li {
    132133    list-style: decimal;
    133     padding-left: 15px;
    134 }
    135 
    136 #bbpress-forums .bbp-topic-content li,
    137 #bbpress-forums .bbp-reply-content li {
     134}
     135
     136#bbpress-forums .bbp-topic-content ul li,
     137#bbpress-forums .bbp-reply-content ul li {
    138138    list-style: square;
    139     padding-left: 15px;
    140139}
    141140
Note: See TracChangeset for help on using the changeset viewer.