Skip to:
Content

bbPress.org

Changeset 7001


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

Theme Compat: Revert sans-serif override from r6986.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/css/bbpress.css

    r6999 r7001  
    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.