diff --git a/VERSION b/VERSION index 8a4b9f6a..95f1cd16 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.7 (2012-04-19 11:03:51) dev +Version 1.99.7 (2012-04-19 11:08:58) dev diff --git a/applications/welcome/static/css/web2py.css b/applications/welcome/static/css/web2py.css index a1a27839..ee8f1b07 100644 --- a/applications/welcome/static/css/web2py.css +++ b/applications/welcome/static/css/web2py.css @@ -15,7 +15,7 @@ left { float:left; text-align: left; } center { width:100; text-align: center; vertical-align:middle;} th, label { font-weight: bold; white-space: nowrap; } td, th { text-align: left; padding: 2px 5px 2px 5px; } -th { vertical-align: middle; } +th { vertical-align: middle; border-right: 1px solid white;} td { vertical-align: top; } form table tr td label { text-align: left; } p, table, ol, ul { padding: 0.5em 0 0.5em 0 }