Skip to:
Content

bbPress.org

Changeset 7000


Ignore:
Timestamp:
11/24/2019 04:01:46 AM (5 years ago)
Author:
johnjamesjacoby
Message:

Theme Compat: Revert sans-serif override from r6987.

This commit fixes a regression causing theme styling to to be applied, while also overriding some styling that was intentional.

Location:
branches/2.6/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6/src/bbpress.php

    r6998 r7000  
    204204        /** Versions **********************************************************/
    205205
    206         $this->version    = '2.6.3-alpha-2';
     206        $this->version    = '2.6.3-alpha-3';
    207207        $this->db_version = '263';
    208208
  • branches/2.6/src/templates/default/css/bbpress.css

    r6998 r7000  
    3838    font-size: 12px;
    3939    line-height: 18px;
    40 }
    41 
    42 /* Gently apply sans-serif styling by default */
    43 #bbpress-forums a:not(.dashicons),
    44 #bbpress-forums button:not(.dashicons),
    45 #bbpress-forums span:not(.dashicons),
    46 #bbpress-forums input:not(.dashicons),
    47 #bbpress-forums p,
    48 #bbpress-forums ul,
    49 #bbpress-forums ol,
    50 #bbpress-forums li,
    51 #bbpress-forums div,
    52 #bbpress-forums select,
    53 #bbpress-forums textarea {
    54     font-family: sans-serif;
    5540}
    5641
Note: See TracChangeset for help on using the changeset viewer.