Make WordPress Core

Ticket #9015: twentyten-styles.diff

File twentyten-styles.diff, 2.2 KB (added by ptahdunbar, 15 years ago)

minor tweaks the CSS styles.

  • wp-content/themes/twentyten/searchform.php

     
    1     <form id="searchform" name="searchform" method="get" action="<?php echo home_url(); ?>">
     1    <form id="searchform" name="searchform" method="get" action="<?php echo home_url(); ?>/">
    22                <div>
    3                         <label for="s"><?php _e('Search', 'twentyten'); ?></label>
     3                        <label for="s"><?php _e( 'Search', 'twentyten' ); ?></label>
    44                        <input type="text" id="s" name="s" />
    5                         <input type="submit" id="searchsubmit" value="<?php esc_attr_e('Search', 'twentyten'); ?>" />
     5                        <input type="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'twentyten' ); ?>" />
    66                </div>
    77    </form>
     8 No newline at end of file
  • wp-content/themes/twentyten/style.css

     
    174174}
    175175#site-generator {
    176176        float: right;
    177         width: 220px;
     177        width: 240px;
    178178}
    179179
    180180
     
    188188}
    189189body, input, textarea {
    190190        color: #666;
    191         font-size: 12px;
    192         line-height: 18px;
     191        font-size: 14px;
     192        line-height: 22px;
    193193}
    194194hr {
    195195        background-color: #E7E7E7;
     
    323323        clear: right;
    324324        float: right;
    325325        font-style: italic;
     326        text-align: right;
    326327        margin: 14px 0 18px 0;
    327328        width: 220px;
    328329}
     
    10281029        width: 60%;
    10291030}
    10301031.widget_search label {
    1031         font-size: 14px;
    10321032        font-weight: bold;
    10331033        color: #222;
    10341034        display: block;
     
    10401040        color: #222;
    10411041        font-weight: bold;
    10421042}
     1043.widget-title, .widget_search label {
     1044        font-size: 15px;
     1045        line-height: 20px;
     1046        margin-bottom: 5px;
     1047}
    10431048.widget-area a:link, .widget-area a:visited {
    10441049        text-decoration: none;
    10451050}
     
    11221127#site-generator {
    11231128        position: relative;
    11241129        font-style: italic;
     1130        text-align: right;
    11251131}
    11261132#site-generator a {
    11271133        color: #666;
    1128         display:inline-block;
     1134        display: inline-block;
    11291135        text-decoration: none;
    11301136        background: url(images/wordpress.png) center left no-repeat;
    11311137        padding-left: 19px;