diff --git a/src/index.html b/src/index.html index 639fbf1..b7c704b 100644 --- a/src/index.html +++ b/src/index.html @@ -11,11 +11,11 @@ Picture of Sharky, the mascot of skynet

Skynet Password Reset & Sign-up service

-
+

Password Reset

Please use this service if you ever forget your skynet password

-
+

User modification

Please use this service to modify your user data (email, login ssh key, etc.) diff --git a/src/stylesheets/index.css b/src/stylesheets/index.css index 3f3b8b8..c6e3a2a 100644 --- a/src/stylesheets/index.css +++ b/src/stylesheets/index.css @@ -14,15 +14,9 @@ body{ float: left; } -#password { - background-color: white; -} - -#modify { - background-color: white; -} - .boxes { + display: -moz-flex; + background-color: white; margin-left: 20%; margin-right: 20%; } \ No newline at end of file