Skip to:
Content

bbPress.org

Changeset 5494


Ignore:
Timestamp:
09/11/2014 01:36:33 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Tweak bbp-author-ip styling, removing the font family and ensuring long IP addresses break correctly. Props netweb. Fixes #2675.

File:
1 edited

Legend:

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

    r5403 r5494  
    257257
    258258span.bbp-author-ip {
    259     font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    260259    font-size: 11px;
    261260    font-weight: bold;
     261    word-wrap: break-word;
    262262    color: #aaa;
    263263}
Note: See TracChangeset for help on using the changeset viewer.