Index: modules/node/node.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.css,v
retrieving revision 1.4
diff -u -r1.4 node.css
--- modules/node/node.css	24 Jul 2007 21:33:53 -0000	1.4
+++ modules/node/node.css	17 Jan 2008 18:44:27 -0000
@@ -22,7 +22,6 @@
 }
 .node-form .form-text {
   display: block;
-  width: 95%;
 }
 .node-form .container-inline .form-text {
   display: inline;
Index: themes/garland/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/style.css,v
retrieving revision 1.37
diff -u -r1.37 style.css
--- themes/garland/style.css	9 Jan 2008 09:56:39 -0000	1.37
+++ themes/garland/style.css	17 Jan 2008 16:46:14 -0000
@@ -714,6 +714,10 @@
   margin-bottom: 2em;
 }
 
+.node-form .form-text {
+  width: 95%;
+}
+
 #comments {
   position: relative;
   top: -1px;

