thomascube
2005-11-06 b595c9fcf6940ae25c1e58ef2b8d340405083906
skins/default/templates/login.html
@@ -2,16 +2,15 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Welcome to RoundCube|Mail</title>
<link rel="stylesheet" type="text/css" href="/common.css" />
<roundcube:include file="/includes/links.html" />
<style type="text/css">
#login-form
  {
   margin-left: auto;
    margin-right: auto;
   margin-top: 50px;
   width: 350px;
  }
#login-form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 350px;
}
</style>
</head>