diff --git a/CHANGELOG b/CHANGELOG index 14614ab2..04b1e815 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +## 1.99.4 +Improved mobile admin, thanks Angelo +Improved examples page, thanks Anthony +fixed a SQLCustomField bug + ## 1.99.3 This is a major revision in peparation for web2py 2.0 - moved to GitHub and abandoned Lanchpad diff --git a/VERSION b/VERSION index 42db087f..5516ed0f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.4 (2011-12-14 08:38:37) stable +Version 1.99.4 (2011-12-14 08:42:17) stable diff --git a/applications/examples/static/css/web2py.css b/applications/examples/static/css/web2py.css index fec6e247..63a8fcfd 100644 --- a/applications/examples/static/css/web2py.css +++ b/applications/examples/static/css/web2py.css @@ -16,7 +16,7 @@ center { width:100; text-align: center; vertical-align:middle;} label { white-space: nowrap; } th, label { font-weight: bold; } th, td { text-align: left; vertical-align: top; padding: 2px 5px 2px 5px;} -form table tr td label { text-align: right; } +form table tr td label { text-align: left; } p, table, ol, ul { padding: 0.5em 0 0.5em 0 } p {text-align: justify } ol, ul { padding-left: 30px } diff --git a/applications/welcome/static/css/web2py.css b/applications/welcome/static/css/web2py.css index fec6e247..63a8fcfd 100644 --- a/applications/welcome/static/css/web2py.css +++ b/applications/welcome/static/css/web2py.css @@ -16,7 +16,7 @@ center { width:100; text-align: center; vertical-align:middle;} label { white-space: nowrap; } th, label { font-weight: bold; } th, td { text-align: left; vertical-align: top; padding: 2px 5px 2px 5px;} -form table tr td label { text-align: right; } +form table tr td label { text-align: left; } p, table, ol, ul { padding: 0.5em 0 0.5em 0 } p {text-align: justify } ol, ul { padding-left: 30px }