Skip to:
Content

bbPress.org

Changeset 4589


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

Add list-item styling inside topic and reply content. Props netweb. Fixes #2113.

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

Legend:

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

    r4582 r4589  
    126126    list-style: square;
    127127    padding-right: 15px;
     128}
     129
     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: square;
     139    padding-left: 15px;
    128140}
    129141
  • trunk/templates/default/css/bbpress.css

    r4583 r4589  
    124124#bbpress-forums .bbp-topic-content ul,
    125125#bbpress-forums .bbp-reply-content ul {
     126    list-style: square;
     127    padding-left: 15px;
     128}
     129
     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 {
    126138    list-style: square;
    127139    padding-left: 15px;
Note: See TracChangeset for help on using the changeset viewer.