diff --git a/VERSION b/VERSION index 3fb27561..19bc8e22 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.0.9 (2012-09-20 09:19:17) stable +Version 2.0.9 (2012-09-20 09:24:33) stable diff --git a/applications/welcome/static/css/web2py_bootstrap.css b/applications/welcome/static/css/web2py_bootstrap.css index 2f419f8c..74534cb3 100644 --- a/applications/welcome/static/css/web2py_bootstrap.css +++ b/applications/welcome/static/css/web2py_bootstrap.css @@ -74,8 +74,8 @@ div.controls .error_wrapper+.inline-help{margin-left:-99999px;} /* beautify brand */ .navbar-inverse .brand{color:#c6cecc;} .navbar-inverse .brand b{display:inline-block;margin-top:-1px;} -.navbar-inverse .brand b>span{font-size:22px;color:#425f5a;} -.navbar-inverse .brand:hover b>span{color:#638c86;} +.navbar-inverse .brand b>span{font-size:22px;color:white} +.navbar-inverse .brand:hover b>span{color:white} /* beautify web2py link in navbar */ span.highlighted{color:#d8d800;} .open span.highlighted{color:#ffff00;}