Skip to:
Content

bbPress.org

Ticket #2113: 2113.diff

File 2113.diff, 1.3 KB (added by netweb, 11 years ago)
  • bbPress/templates/default/css/bbpress.css

    diff --git a/bbPress/templates/default/css/bbpress.css b/bbPress/templates/default/css/bbpress.css
    index 2362082..c7b7c69 100644
    a b  
    127127        padding-left: 15px;
    128128}
    129129
     130#bbpress-forums .bbp-topic-content ol,
     131#bbpress-forums .bbp-reply-content ol {
     132        list-style: decimal;
     133        padding-left: 15px;
     134}
     135
     136#bbpress-forums .bbp-topic-content li,
     137#bbpress-forums .bbp-reply-content li {
     138        list-style: inherit;
     139        padding-left: 15px;
     140}
     141
    130142#bbpress-forums .bbp-forum-content p {
    131143        margin: 5px 0 0;
    132144        font-style: italic;
  • bbPress/templates/default/css/bbpress-rtl.css

    diff --git a/bbPress/templates/default/css/bbpress-rtl.css b/bbPress/templates/default/css/bbpress-rtl.css
    index c2ad80d..d3b3e4c 100644
    a b  
    127127        padding-right: 15px;
    128128}
    129129
     130#bbpress-forums .bbp-topic-content ol,
     131#bbpress-forums .bbp-reply-content ol {
     132        list-style: decimal;
     133        padding-left: 15px;
     134}
     135
     136#bbpress-forums .bbp-topic-content li,
     137#bbpress-forums .bbp-reply-content li {
     138        list-style: inherit;
     139        padding-left: 15px;
     140}
     141
    130142#bbpress-forums .bbp-forum-content p {
    131143        margin: 5px 0 0;
    132144        font-style: italic;