diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-11-15 23:44:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-02-03 21:37:04 +0100 |
| commit | e804173af391f4e9a168372ef9f10fde24dba646 (patch) | |
| tree | 26fc88bfc2ab60dea3e3c766bfc5c38d76d7a370 /web/index.html | |
| parent | f63f9b9d2452c3eac2bb6c6b7c8663570768425a (diff) | |
Tweak formatting.
Diffstat (limited to 'web/index.html')
| -rw-r--r-- | web/index.html | 57 |
1 files changed, 29 insertions, 28 deletions
diff --git a/web/index.html b/web/index.html index 2235d2975..6dd278e07 100644 --- a/web/index.html +++ b/web/index.html @@ -22,60 +22,61 @@ fetch("/api/v1/stop", { method: "POST" }); } </script> + <style> button { - border: 1px solid rgba(27, 31, 35, 0.15); - border-radius: 6px; - color: #24292E; - display: inline-block; - line-height: 20px; - padding: 6px 16px; - vertical-align: middle; - white-space: nowrap; - word-wrap: break-word; + border: 1px solid rgba(27, 31, 35, 0.15); + border-radius: 6px; + color: #24292E; + display: inline-block; + line-height: 20px; + padding: 6px 16px; + vertical-align: middle; + white-space: nowrap; + word-wrap: break-word; } button:hover { - background-color: #F3F4F6; - text-decoration: none; - transition-duration: 0.1s; + background-color: #F3F4F6; + text-decoration: none; + transition-duration: 0.1s; } button:active { - background-color: #EDEFF2; - box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset; - transition: none 0s; + background-color: #EDEFF2; + box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset; + transition: none 0s; } button:focus { - outline: 1px transparent; + outline: 1px transparent; } button:before { - display: none; + display: none; } table { - border-collapse: collapse; - margin: 25px 0; - font-size: 0.9em; - box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); - border: 2px solid black; + border-collapse: collapse; + margin: 25px 0; + font-size: 0.9em; + box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); + border: 2px solid black; } tr { - text-align: left; - border: 1px solid black; + text-align: left; + border: 1px solid black; } td { - padding: 4px 16px; - text-align: left; - border: 1px solid black; + padding: 4px 16px; + text-align: left; + border: 1px solid black; } +</style> -</style> <title>%1</title> </head> <body> |
