Making WordPress.org

Changeset 1608


Ignore:
Timestamp:
05/21/2015 12:37:31 PM (9 years ago)
Author:
dd32
Message:

Rosetta Theme: Update the rosetta theme to use the global WordPress footer, removes some now unneeded styles.

Location:
sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/footer.php

    r465 r1608  
    1         <div class="wrapper">
    2             <div id="footer">
    3                 <p><?php _e('Code is Poetry.', 'rosetta'); ?></p>
    4             </div>
    5         </div>
    6         <?php wp_footer(); ?>
    7     </body>
    8 </html>
     1<?php
     2
     3// Used within the global footer
     4__('Code is Poetry.', 'rosetta');
     5
     6require WPORGPATH . 'footer.php';
  • sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/style.css

    r764 r1608  
    174174}
    175175
    176 #footer {
    177     clear: both;
    178     margin-left: 102px;
    179     margin-bottom: 60px;
    180     text-align: right;
    181     letter-spacing: 0.3em;
    182     text-transform: uppercase;
    183 }
    184 #footer p {
    185     margin-top: 7px;
    186     font-size: 13px;
    187 }
    188176form#commentform {
    189177    margin-top: 40px;
Note: See TracChangeset for help on using the changeset viewer.