diff --git a/VERSION b/VERSION index 08849d5c..5b2f40a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 1.99.4 (2011-12-18 10:58:10) stable +Version 1.99.4 (2011-12-19 22:58:55) stable diff --git a/applications/welcome/static/css/web2py.css b/applications/welcome/static/css/web2py.css index 63a8fcfd..934e623c 100644 --- a/applications/welcome/static/css/web2py.css +++ b/applications/welcome/static/css/web2py.css @@ -30,6 +30,7 @@ small { font-size: 0.8em; } textarea { width: 600px; } code { font-family: Courier;} input[type=text], input[type=password], select { width: 300px; } +ul { list-style-type: none; margin: 0px; padding: 0px; } /** end **/ /* Sticky footer begin */ diff --git a/gluon/sqlhtml.py b/gluon/sqlhtml.py index 35eddf3d..19c688ec 100644 --- a/gluon/sqlhtml.py +++ b/gluon/sqlhtml.py @@ -135,7 +135,7 @@ class DoubleWidget(StringWidget): class DecimalWidget(StringWidget): - _class = 'double' + _class = 'decimal' class TimeWidget(StringWidget):