Index: wp-admin/css/install.dev.css
===================================================================
--- wp-admin/css/install.dev.css	(revision 18630)
+++ wp-admin/css/install.dev.css	(working copy)
@@ -139,11 +139,6 @@
 	background: #f3f3f3;
 }
 
-.form-table code {
-	line-height: 18px;
-	font-size: 18px;
-}
-
 .form-table p {
 	margin: 4px 0 0 0;
 	font-size: 11px;
Index: wp-admin/setup-config.php
===================================================================
--- wp-admin/setup-config.php	(revision 18630)
+++ wp-admin/setup-config.php	(working copy)
@@ -246,7 +246,7 @@
 ?>
 <p>Sorry, but I can't write the <code>wp-config.php</code> file.</p>
 <p>You can create the <code>wp-config.php</code> manually and paste the following text into it.</p>
-<textarea cols="98" rows="15" class="code"><?php
+<textarea cols="85" rows="15" class="code"><?php
 		foreach( $configFile as $line ) {
 			echo htmlentities($line, ENT_COMPAT, 'UTF-8');
 		}
