Changeset 6948

Show
Ignore:
Timestamp:
02/20/08 23:31:56 (9 months ago)
Author:
ryan
Message:

Lose the breaks and do it right

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/edit-form-advanced.php

    r6947 r6948  
    1717<div class="wrap"> 
    1818<h2><?php _e('Write Post') ?></h2> 
    19 <br /> 
    2019<?php 
    2120 
  • trunk/wp-admin/edit-form-comment.php

    r6947 r6948  
    1010<div class="wrap"> 
    1111<h2><?php echo $toprow_title; ?></h2> 
    12 <br /> 
    1312<input type="hidden" name="user_ID" value="<?php echo (int) $user_ID ?>" /> 
    1413<input type="hidden" name="action" value='<?php echo $form_action . $form_extra ?>' /> 
  • trunk/wp-admin/edit-link-form.php

    r6947 r6948  
    3737<div class="wrap"> 
    3838<h2><?php _e('Edit Link') ?></h2> 
    39 <br /> 
    4039 
    4140<div id="poststuff"> 
  • trunk/wp-admin/edit-page-form.php

    r6947 r6948  
    2525<div class="wrap"> 
    2626<h2><?php _e('Write Page') ?></h2> 
    27 <br /> 
    2827 
    2928<?php 
  • trunk/wp-admin/wp-admin.css

    r6947 r6948  
    243243    margin: 0 8px 0 0; 
    244244    padding: 0; 
     245} 
     246 
     247#titlediv, #namediv, #poststuff #namediv { 
     248    margin-top: 10px; 
    245249} 
    246250 
     
    10181022    width: 98%; 
    10191023} 
     1024 
    10201025#edit-slug-box { 
    10211026    margin-top: 8px; 
     
    11141119    background-color: #eaf3fa; 
    11151120    width: 200px; 
    1116     top: 240px; 
     1121    top: 234px; 
    11171122    right: 15%; 
    11181123    -moz-border-radius: 3px;