Index: drupal.css
===================================================================
RCS file: /cvs/drupal/drupal/misc/drupal.css,v
retrieving revision 1.141
diff -u -p -r1.141 drupal.css
--- drupal.css	10 Feb 2006 05:25:57 -0000	1.141
+++ drupal.css	16 Feb 2006 22:49:58 -0000
@@ -96,9 +96,6 @@ br.clear {
   clear: both;
   height: 0px;
 }
-.container-inline div {
-  display: inline;
-}
 .error {
   color: red;
 }
@@ -630,3 +627,7 @@ html.js fieldset.collapsed legend a {
   border-top-width: 0px;
   cursor: s-resize;
 }
+
+.container-inline div, .container-inline label {
+  display: inline;
+}
\ No newline at end of file
