Author: julian
Date: 2006-05-20 19:34:03 -0500 (Sat, 20 May 2006)
New Revision: 10

Modified:
   static/all.css
   static/robots.txt
Log:
static/all.css
* Added bottom margin for <form>s.

static/robots.txt
* Corrected /action and /back paths to read /?action and /?back.


Modified: static/all.css
===================================================================
--- static/all.css      2006-05-19 00:52:02 UTC (rev 9)
+++ static/all.css      2006-05-21 00:34:03 UTC (rev 10)
@@ -52,6 +52,10 @@
     padding: 0.3em 0.5em;
 }
 
+form {
+    margin-bottom: 1em;
+}
+
 dt:after {
     content: normal;
 }

Modified: static/robots.txt
===================================================================
--- static/robots.txt   2006-05-19 00:52:02 UTC (rev 9)
+++ static/robots.txt   2006-05-21 00:34:03 UTC (rev 10)
@@ -1,6 +1,6 @@
 User-Agent: *
-Disallow: /action
+Disallow: /?action=
+Disallow: /?back=
 Disallow: /auth
-Disallow: /back
 Disallow: /svn
 Disallow: /source

-------
To unsubscribe, change your address, or temporarily deactivate your 
subscription, 
please go to http://v2.listbox.com/member/[EMAIL PROTECTED]

Reply via email to