Make WordPress Core


Ignore:
Timestamp:
11/19/2006 07:56:05 AM (18 years ago)
Author:
ryan
Message:

Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/sidebar.php

    r4006 r4495  
    3535}
    3636.sidebar-categories {
    37     display: block;
    38     height: 6.6em;
    39     overflow: auto;
    40     background-color: #f4f4f4;
     37    display: block;
     38    height: 6.6em;
     39    overflow: auto;
     40    background-color: #f4f4f4;
    4141}
    4242.sidebar-categories label {
    4343    font-size: 10px;
    44     display: block;
    45     width: 90%;
     44    display: block;
     45    width: 90%;
    4646}
    4747</style>
     
    6666</p>
    6767<p>
    68     <input name="saveasdraft" type="submit" id="saveasdraft" tabindex="9" value="Save as Draft" />
     68    <input name="saveasdraft" type="submit" id="saveasdraft" tabindex="9" value="Save as Draft" />
    6969<?php if ( current_user_can('publish_posts') ) : ?>
    70     <input name="publish" type="submit" id="publish" tabindex="6" style="font-weight: bold;" value="Publish" />
     70    <input name="publish" type="submit" id="publish" tabindex="6" style="font-weight: bold;" value="Publish" />
    7171<?php endif; ?>
    7272</p>
Note: See TracChangeset for help on using the changeset viewer.