Index: README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/inline/README.txt,v
retrieving revision 1.10
diff -u -p -r1.10 README.txt
--- README.txt	28 Jan 2009 21:43:05 -0000	1.10
+++ README.txt	6 Aug 2009 20:34:02 -0000
@@ -34,30 +34,21 @@ Bug reports, feature suggestions and lat
 
 -- CONFIGURATION --
 
-* Enable "Inline filter" in the input formats you intend to use. To do this, go
+* Enable "Inline content" in the input formats you intend to use. To do this, go
   to Administer >> Input formats and click on one of the "Configure" links. For
   instance, you can click on the "Configure" link for "Filtered HTML" and then
-  you will see a list of filters including "inline file filter". Turn that on
-  and click on "Save".
+  you will see a list of filters including "Inline content". Turn that on and
+  click on "Save".
 
-* Go to Administer >> Site configuration >> Inline and edit the maximum width
+* When using the optional Inline Upload module:
+
+  Go to Administer >> Site configuration >> Inline and edit the maximum width
   and height for inline images.  If an image exceeds those dimensions, it will
   be displayed as text link to download (like any other attachment than images).
 
   Please note that this configuration setting no longer applies if the optional
   ImageCache module is installed.
 
-* Add to the CSS stylesheet you're using in your theme (usually style.css) the
-  following lines which you can tune to your needs. This style will be used by
-  the module to display images.
-
-  .inline {
-    float: left;
-    display: inline;
-    margin: 0 1em 1em 0;
-    padding: 4px 4px;
-  }
-
 
 -- USAGE --
 
