Skip to:
Content

bbPress.org

Changeset 6744


Ignore:
Timestamp:
11/19/2017 11:47:43 PM (7 years ago)
Author:
johnjamesjacoby
Message:

CSS cleanup from r6743.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bbpress.php

    r6743 r6744  
    204204        /** Versions **********************************************************/
    205205
    206         $this->version    = '2.6-rc-6742';
     206        $this->version    = '2.6-rc-6743';
    207207        $this->db_version = '262';
    208208
  • trunk/src/templates/default/css/bbpress.css

    r6743 r6744  
    622622}
    623623
     624.bbp-pagination {
     625    float: left;
     626    width: 100%;
     627    margin-bottom: 15px;
     628}
     629
    624630#bbpress-forums .bbp-pagination-links a,
    625631#bbpress-forums .bbp-pagination-links span.current {
     
    637643}
    638644
    639 .bbp-pagination-links span.dots {
     645#bbpress-forums .bbp-pagination-links span.dots {
    640646    display: block;
    641647    float: left;
    642648    padding: 1px 4px;
    643649    margin-left: 5px;
    644 }
    645 
    646 .bbp-pagination {
    647     float: left;
    648     width: 100%;
    649     margin-bottom: 15px;
    650650}
    651651
Note: See TracChangeset for help on using the changeset viewer.