Ticket #9015: twentyten-styles.diff
File twentyten-styles.diff, 2.2 KB (added by , 15 years ago) |
---|
-
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(); ?>/"> 2 2 <div> 3 <label for="s"><?php _e( 'Search', 'twentyten'); ?></label>3 <label for="s"><?php _e( 'Search', 'twentyten' ); ?></label> 4 4 <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' ); ?>" /> 6 6 </div> 7 7 </form> 8 No newline at end of file -
wp-content/themes/twentyten/style.css
174 174 } 175 175 #site-generator { 176 176 float: right; 177 width: 2 20px;177 width: 240px; 178 178 } 179 179 180 180 … … 188 188 } 189 189 body, input, textarea { 190 190 color: #666; 191 font-size: 1 2px;192 line-height: 18px;191 font-size: 14px; 192 line-height: 22px; 193 193 } 194 194 hr { 195 195 background-color: #E7E7E7; … … 323 323 clear: right; 324 324 float: right; 325 325 font-style: italic; 326 text-align: right; 326 327 margin: 14px 0 18px 0; 327 328 width: 220px; 328 329 } … … 1028 1029 width: 60%; 1029 1030 } 1030 1031 .widget_search label { 1031 font-size: 14px;1032 1032 font-weight: bold; 1033 1033 color: #222; 1034 1034 display: block; … … 1040 1040 color: #222; 1041 1041 font-weight: bold; 1042 1042 } 1043 .widget-title, .widget_search label { 1044 font-size: 15px; 1045 line-height: 20px; 1046 margin-bottom: 5px; 1047 } 1043 1048 .widget-area a:link, .widget-area a:visited { 1044 1049 text-decoration: none; 1045 1050 } … … 1122 1127 #site-generator { 1123 1128 position: relative; 1124 1129 font-style: italic; 1130 text-align: right; 1125 1131 } 1126 1132 #site-generator a { 1127 1133 color: #666; 1128 display: inline-block;1134 display: inline-block; 1129 1135 text-decoration: none; 1130 1136 background: url(images/wordpress.png) center left no-repeat; 1131 1137 padding-left: 19px;