Ticket #14799: back-link.patch
| File back-link.patch, 1.2 KB (added by elfin, 3 years ago) |
|---|
-
footer.php
34 34 title="<?php esc_attr_e('Semantic Personal Publishing Platform', 'twentyten'); ?>" rel="generator"> 35 35 <?php printf( __('Proudly powered by %s.', 'twentyten'), 'WordPress' ); ?> 36 36 </a> 37 <a id="back-link" href="#site-title" title="<?php esc_attr_e( 'Back to Top', 'twentyten' ); ?>"> 38 <?php _e( 'Back to Top <span class="meta-nav">↑</span> ', 'twentyten' ); ?> 39 </a><!-- #back-link --> 37 40 </div><!-- #site-generator --> 38 41 39 42 </div><!-- #colophon --> 43 44 40 45 </div><!-- #footer --> 41 46 42 47 </div><!-- #wrapper --> -
style.css
188 188 float: left; 189 189 font-size: 14px; 190 190 font-weight: bold; 191 width: 700px;191 width: 600px; 192 192 } 193 193 #site-generator { 194 194 float: right; 195 width: 220px;195 width: 310px; 196 196 } 197 197 198 198 … … 1213 1213 padding-left: 20px; 1214 1214 text-decoration: none; 1215 1215 } 1216 #site-generator a#back-link{ 1217 background:none; 1218 } 1216 1219 #site-generator a:hover { 1217 1220 text-decoration: underline; 1218 1221 }
