Is there a recommended way to send a patch for web2py? I was looking
for something like github's equivalent of pull request, but did not
seem to find it. It will be great if this is documented on the web2py
website, if not already done so.

The following is just a fix to improve readability in the web2py
wizard.

$ hg diff
diff -r 3ff6947c13bb applications/admin/static/css/styles.css
--- a/applications/admin/static/css/styles.css  Thu Jun 30 19:28:06
2011 -0500
+++ b/applications/admin/static/css/styles.css  Sun Jul 03 14:59:37
2011 +0800
@@ -828,6 +828,7 @@
 .step li {
   list-style: none;
   margin-left: 1em;
+  margin-top: 0.5em;
 }

 .step #wizard_nav .box {

Reply via email to