diff --git a/VERSION b/VERSION index 108a4879..b6baff7c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.3.0 (2012-12-05 11:56:35) rc1 +Version 2.3.0 (2012-12-05 13:52:46) rc1 diff --git a/applications/welcome/static/css/web2py_bootstrap.css b/applications/welcome/static/css/web2py_bootstrap.css index 9c6f9bf8..cd732ea3 100644 --- a/applications/welcome/static/css/web2py_bootstrap.css +++ b/applications/welcome/static/css/web2py_bootstrap.css @@ -67,7 +67,7 @@ div.controls .error{ border:none; padding:0; margin:0; - //display:inline; /* uncommenting this, the animation effect is lost */ + /*display:inline;*/ /* uncommenting this, the animation effect is lost */ } div.controls .inline-help{color:#3A87AD;} div.controls .error_wrapper+.inline-help{margin-left:-99999px;} @@ -175,9 +175,6 @@ background-repeat:repeat; OTHER RULES ==============================================================*/ -.navbar-inner{ - position:relative; /*unnecessary ??*/ -} /* Massimo Di Pierro fixed alignment in forms with list:string */ form table tr{margin-bottom:9px;} td.w2p_fw ul{margin-left:0px;} @@ -212,7 +209,7 @@ td.w2p_fw ul{margin-left:0px;} @media only screen and (max-width:979px){ body{padding-top:0px;} - #navbar{bottom:-10px;left:4px;} + #navbar{top:5px;} div.flash{right:5px;} .dropdown-menu ul{visibility:visible;} }