[pLog-svn] r810 - plugins/trunk/dropcase

mark at devel.plogworld.net mark at devel.plogworld.net
Mon Jan 24 02:49:12 GMT 2005


Author: mark
Date: 2005-01-24 02:49:11 +0000 (Mon, 24 Jan 2005)
New Revision: 810

Modified:
   plugins/trunk/dropcase/readme.txt
Log:


Modified: plugins/trunk/dropcase/readme.txt
===================================================================
--- plugins/trunk/dropcase/readme.txt	2005-01-23 21:42:04 UTC (rev 809)
+++ plugins/trunk/dropcase/readme.txt	2005-01-24 02:49:11 UTC (rev 810)
@@ -3,4 +3,18 @@
 Release Date: 2005/01/23
 Version: 1.0
 
-Drop case letter (a huge letter) for the first letter of every post. 
\ No newline at end of file
+Drop case letter (a huge letter) for the first letter of every post. 
+
+Example:
+Add the following CSS Style to your css file.
+#drop-case:first-letter { 
+    font-size : 200%;
+    font-weight : bold;
+    float : left;
+	margin-top:0px;
+	margin-left:0px;
+    margin-right: 3px;
+    margin-bottom: 3px;
+    padding: 2px;
+    border: 2px dotted #4265ed;
+}
\ No newline at end of file




More information about the pLog-svn mailing list