Make WordPress Core

Changeset 9991


Ignore:
Timestamp:
11/30/2008 11:24:25 PM (17 years ago)
Author:
azaozz
Message:

Fix avatar alignment, fixes #8435

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/dashboard.css

    r9964 r9991  
    9090    padding: 0;
    9191}
    92 /*
    93 #dashboard-widgets .heading {
    94     font-size: 1em;
    95     font-weight: normal;
    96     font-style: italic;
    97     font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    98 }
    99 */
     92
    10093/* Right Now */
    10194
     
    234227
    235228#the-comment-list .comment-item .avatar {
    236     position: absolute;
    237     left: 0;
     229    float: left;
     230    margin-left: -60px;
    238231}
    239232
     
    244237    color: #999;
    245238}
    246 /*
    247 .comment-meta strong {
    248     font-weight: normal;
    249 }
    250 */
    251 
    252 /*#the-comment-list .comment-item h4 strong*/
     239
    253240#the-comment-list .comment-item h4 cite {
    254241    font-style: normal;
    255242    font-weight: normal;
    256243}
    257 /*
    258 #the-comment-list .comment-item p.comment-author {
    259     margin: 0.2em 0;
    260 }
    261 */
     244
    262245#the-comment-list .comment-item blockquote,
    263246#the-comment-list .comment-item blockquote p {
     
    378361    line-height: 1.7em;
    379362}
    380 /*
    381 #the-comment-list .comment-item h4 {
    382     line-height: 1.4;
    383     margin-top: -.2em;
    384     font-weight: normal;
    385     color: #999;
    386 }
    387 */
    388363
    389364.rss-widget ul li {
Note: See TracChangeset for help on using the changeset viewer.