I added your suggestion to trunk.

This is the proper way to report an issue:
http://code.google.com/p/web2py/issues/entry

In most cases it is a good idea to first discuss it here. If no
response or if you have a patch (like in this case), then open the
issue.

Thank you.

massimo

On Jul 3, 2:18 am, Luther Goh Lu Feng <elf...@yahoo.com> wrote:
> 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