Mercurial Hosting > chat
diff src/site.css @ 3:2c63b10781e1
add login
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 24 Oct 2024 21:43:44 -0600 |
parents | ee1f91e67509 |
children | f9e6a4cc4f7d |
line wrap: on
line diff
--- a/src/site.css Thu Oct 24 15:37:35 2024 -0600 +++ b/src/site.css Thu Oct 24 21:43:44 2024 -0600 @@ -14,6 +14,10 @@ text-decoration: underline; } +input[type="submit"] { + cursor: pointer; +} + div[header] { font-size: 14px; background-color: #ddd; @@ -27,3 +31,10 @@ margin-right: 3%; margin-bottom: 2em; } + +label[prompt] { + display: block; + font-size: small; + margin-top: 2px; + margin-bottom: 4px; +}