[Rt-commit] r17733 - rt/3.8/branches/html-css-cleanup/share/html/NoAuth/css/web2
elacour at bestpractical.com
elacour at bestpractical.com
Tue Jan 13 09:09:48 EST 2009
Author: elacour
Date: Tue Jan 13 09:09:47 2009
New Revision: 17733
Modified:
rt/3.8/branches/html-css-cleanup/share/html/NoAuth/css/web2/login.css
Log:
Adjust margin for login body (closes: #13069).
Modified: rt/3.8/branches/html-css-cleanup/share/html/NoAuth/css/web2/login.css
==============================================================================
--- rt/3.8/branches/html-css-cleanup/share/html/NoAuth/css/web2/login.css (original)
+++ rt/3.8/branches/html-css-cleanup/share/html/NoAuth/css/web2/login.css Tue Jan 13 09:09:47 2009
@@ -45,6 +45,13 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
+
+div#body.login-body {
+ margin-top: 5em;
+ margin-left: 5em;
+ margin-right: 5em;
+}
+
#login-box hr {
display: none;
}
More information about the Rt-commit
mailing list