an
groups-icon

forum style.css

Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
  • Version 9
    0 points
    Beginner

    Mark, please make these small adjustments to your forum’s style sheet:

    #bbpress-forums div.bbp-topic-content code, #bbpress-forums div.bbp-reply-content code, #bbpress-forums div.bbp-topic-content pre, #bbpress-forums div.bbp-reply-content pre {
    background-color: #F9F9F9;
    border: 1px solid #DDDDDD;
    color: #DD1144;
    display: inline-block;
    font-family: Inconsolata,Consolas,Monaco,Lucida Console,monospace;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    }

    code {
    background-color: #F7F7F9;
    border: 1px solid #E1E1E8;
    color: #DD1144;
    line-height: normal;
    padding: 2px 4px;
    white-space: normal;
    }

    #bbpress-forums div.bbp-topic-content pre, #bbpress-forums div.bbp-reply-content pre {
    display: block;
    line-height: 18px;
    margin: 0 10px 10px 0;
    overflow: auto;
    padding: 5px 10px;
    white-space: pre;
    }

    October 10, 2013 at 8:41 pm

532

Views

0

Replies