Make WordPress Core

Changeset 464


Ignore:
Timestamp:
10/25/2003 09:14:06 PM (22 years ago)
Author:
saxmatt
Message:

Monospace font when editing templates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/b2template.php

    r212 r464  
    11<?php
    2 $title = "Template(s) &amp; file editing";
     2$title = "Template &amp; file editing";
    33/* <Template> */
    44
     
    110110    ?>
    111111        <form name="template" action="b2template.php" method="post">
    112         <textarea cols="80" rows="20" style="width:100%" name="newcontent" tabindex="1"><?php echo $content ?></textarea>
     112        <textarea cols="80" rows="20" style="width:100%; font-family: 'Courier New', Courier, monopace; font-size:small;" name="newcontent" tabindex="1"><?php echo $content ?></textarea>
    113113        <input type="hidden" name="action" value="update" />
    114114        <input type="hidden" name="file" value="<?php echo $file ?>" />
Note: See TracChangeset for help on using the changeset viewer.