Skip to:
Content

BuddyPress.org

Changeset 4407


Ignore:
Timestamp:
05/21/2011 04:48:24 PM (14 years ago)
Author:
djpaul
Message:

Correct table and image caption spacing. Fixes #3235, props karmatosed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/css/default.css

    r4402 r4407  
    17191719    margin-right: 15px;
    17201720}
    1721 p {
    1722     margin: 0 0 20px 0;
    1723 }
    17241721div.page ul,
    17251722div.page ol,
     
    17791776div.post table,
    17801777div.page table {
     1778    margin-bottom: 15px;
    17811779    border-collapse: collapse;
    17821780    border-spacing: 0;
     
    18821880    background-color: #f3f3f3;
    18831881    padding-top: 4px;
     1882    margin-bottom: 15px;
    18841883    -moz-border-radius: 3px;
    18851884    -webkit-border-radius: 3px;
Note: See TracChangeset for help on using the changeset viewer.