Changeset 19900

Show
Ignore:
Timestamp:
09/25/07 21:25:58 (9 months ago)
Author:
alexkingorg
Message:

better readme formatting

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • comment-license/trunk/comment-license.php

    r19881 r19900  
    7272                        <h2>'.__('README', 'comment-license').'</h2> 
    7373                        <p>'.__('Find answers to common questions here.', 'comment-license').'</p> 
    74                         <iframe id="aktt_readme" src="http://alexking.org/projects/wordpress/readme?project=comment-license"></iframe> 
     74                        <iframe id="ak_readme" src="http://alexking.org/projects/wordpress/readme?project=comment-license"></iframe> 
    7575                  </div> 
    7676      '); 
     
    9090add_action('admin_menu', 'akcl_menu_items'); 
    9191 
     92function akcl_admin_head() { 
     93      print(' 
     94<style type="text/css"> 
     95#ak_readme { 
     96      height: 300px; 
     97      width: 95%; 
     98} 
     99</style> 
     100      '); 
     101} 
     102add_action('admin_head', 'akcl_admin_head'); 
     103 
    92104?>