diff --git a/VERSION b/VERSION index 4175568a..dc79b0ad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.0.9 (2012-09-16 11:46:00) stable +Version 2.0.9 (2012-09-16 12:23:15) stable diff --git a/applications/welcome/static/css/web2py_bootstrap.css b/applications/welcome/static/css/web2py_bootstrap.css index 801cf627..4e2ca1df 100644 --- a/applications/welcome/static/css/web2py_bootstrap.css +++ b/applications/welcome/static/css/web2py_bootstrap.css @@ -156,6 +156,14 @@ div.error { -webkit-border-radius: 4px; } +form table tr { + margin-bottom: 9px; +} + +td.w2p_fw ul { + margin-left: 0px; +} + input[type="button"], input[type="submit"] { // to be fixed }