diff options
| author | Alee <alee14498@gmail.com> | 2018-10-28 13:51:28 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-10-28 13:51:28 -0400 |
| commit | b7b0f2a74e4dce994bebd846ff364236c427022d (patch) | |
| tree | 09106e26eece3919b75a9c62564724114b5fceb1 /download.html | |
| parent | 18cf81c26fd2ac141f0a8ac2b25897b1cd43f1de (diff) | |
| download | silicon-linux-b7b0f2a74e4dce994bebd846ff364236c427022d.tar.gz silicon-linux-b7b0f2a74e4dce994bebd846ff364236c427022d.tar.bz2 silicon-linux-b7b0f2a74e4dce994bebd846ff364236c427022d.zip | |
Tweaked the login a bit
Diffstat (limited to 'download.html')
| -rw-r--r-- | download.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/download.html b/download.html index c891fd3..c0cfbb7 100644 --- a/download.html +++ b/download.html @@ -71,7 +71,7 @@ .staticrypt-body { margin-bottom: 1em; - background: #333; + background: #333; font-family: "Arial", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; @@ -100,11 +100,14 @@ .staticrypt-footer p { margin: 2px; text-align: center; + color: white; float: right; } .staticrypt-footer a { text-decoration: none; + color: white; + font-weight: bold; } </style> </head> @@ -114,7 +117,7 @@ <div class="staticrypt-form"> <div class="staticrypt-instructions"> <p class="staticrypt-title">Silicon Linux Download</p> - <p><p>Please use the password given to you.</p> + <p><p>Please use the password that you've gotten from from the #password channel.</p> </p> </div> |
