Index: themes/bartik/css/ie.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/bartik/css/ie.css,v
retrieving revision 1.3
diff -u -p -r1.3 ie.css
--- themes/bartik/css/ie.css	2 Sep 2010 20:43:18 -0000	1.3
+++ themes/bartik/css/ie.css	24 Sep 2010 16:26:27 -0000
@@ -24,3 +24,6 @@ fieldset legend {
   text-transform: capitalize; /* Trigger text indent. */
   height: 26px;
 }
+textarea.form-textarea {
+  padding: 4px 0px;
+}
\ No newline at end of file
Index: themes/bartik/css/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/bartik/css/style.css,v
retrieving revision 1.17
diff -u -p -r1.17 style.css
--- themes/bartik/css/style.css	24 Sep 2010 01:36:30 -0000	1.17
+++ themes/bartik/css/style.css	24 Sep 2010 16:26:27 -0000
@@ -1116,6 +1116,9 @@ html.js input.throbbing {
   -webkit-border-radius: 4px;
   border-radius: 4px;
 }
+#comment-form .form-item .username {
+  margin-right: 8px;
+}
 #comment-form .form-item .description {
   font-size: .75em;
   line-height: 1em;
