misc/dashboard/godashboard/static/style.css | 3 +++ diff --git a/misc/dashboard/godashboard/static/style.css b/misc/dashboard/godashboard/static/style.css index a7e61dda5017372f31dc2d72c819256c5e3f5327..d6d23b536c2559ed44b542f91f7c63de862a7d77 100644 --- a/misc/dashboard/godashboard/static/style.css +++ b/misc/dashboard/godashboard/static/style.css @@ -54,6 +54,9 @@ } table.alternate tr:nth-child(2n) { background-color: #f0f0f0; } +td.result { + text-align: center; +} span.hash { font-family: monospace; font-size: small;