Skip to:
Content

BuddyPress.org

Changeset 2438


Ignore:
Timestamp:
01/24/2010 11:19:12 PM (16 years ago)
Author:
apeatling
Message:

Blog style updates.

Location:
trunk/bp-themes/bp-default
Files:
2 edited

Legend:

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

    r2429 r2438  
    4040p { margin-bottom: 15px; }
    4141p:last-child { margin-bottom: 0; }
     42
     43hr {
     44    background-color:#E7E7E7;
     45    border:0 none;
     46    clear:both;
     47    height:1px;
     48    margin: 25px 0;
     49}
    4250
    4351img.avatar {
     
    14891497}
    14901498    div.post h2.pagetitle, div.post h2.posttitle {
    1491         margin: 5px 0 0;
     1499        margin: 0;
     1500        line-height: 120%;
    14921501    }
    14931502        div.post h2.pagetitle a, div.post h2.posttitle a {
     
    14981507    .navigation {
    14991508        overflow: hidden;
    1500     }
    1501         div.post .alignright {
     1509        font-family: georgia, times, serif;
     1510        font-style: italic;
     1511        font-size: 14px;
     1512        padding: 5px 0;
     1513        margin: 5px 0 25px 0;
     1514    }
     1515        div.navigation .alignright {
    15021516            float: right;
    1503             margin: 0 0 10px 15px;
    1504         }
    1505 
    1506         div.post .alignleft {
     1517        }
     1518
     1519        div.navigation .alignleft {
    15071520            float: left;
    1508             margin: 0 15px 10px 0;
    1509         }
    1510 
    1511     div.post hr {
    1512         background-color:#E7E7E7;
    1513         border:0 none;
    1514         clear:both;
    1515         height:1px;
    1516         margin: 25px 0;
    1517     }
     1521        }
    15181522
    15191523    div.post p { margin: 0 0 20px 0; }
     
    16471651    }
    16481652
    1649 
    16501653/* > WordPress Blog Comment Styles
    16511654-------------------------------------------------------------- */
  • trunk/bp-themes/bp-default/archive.php

    r2425 r2438  
    88        <div class="page" id="blog-archives">
    99
    10             <h2 class="pagetitle"><?php printf( __( 'You are browsing the archive for %1$s.', 'buddypress' ), wp_title( false, false ) ); ?></h2>
     10            <h3 class="pagetitle"><?php printf( __( 'You are browsing the archive for %1$s.', 'buddypress' ), wp_title( false, false ) ); ?></h3>
    1111
    1212            <?php if ( have_posts() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.