diff --git a/users/styles/style.css b/users/styles/style.css index a1ef414..453b261 100644 --- a/users/styles/style.css +++ b/users/styles/style.css @@ -225,3 +225,7 @@ td a span, th span { table.add { margin-top: 7px; } + +h3, p, th, tr, legend { + cursor: default; +}