Skip to:
Content

bbPress.org

Changeset 2778


Ignore:
Timestamp:
01/08/2011 12:21:28 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Adjust padding on content areas, and restrict image widths from breaking layout. Fixes #1441.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/css/bbpress.css

    r2768 r2778  
    8989}
    9090
    91 .bbp-topic-content,
    92 .bbp-reply-content {
     91#content .bbp-topic-content,
     92#content .bbp-reply-content {
    9393    vertical-align: top;
    94 }
     94    padding: 6px 10px;
     95}
     96
     97#content .bbp-topic-content img,
     98#content .bbp-reply-content img {
     99    max-width: 100%;
     100}
     101
    95102span.bbp-admin-links {
    96103    float: right;
Note: See TracChangeset for help on using the changeset viewer.