commit d9de352e4975e8bfacf4dda87492e25588caf536 parent 50f1bed954e74435b4ac4e8b1025677861892e5f Author: Demonstrandum <moi@knutsen.co> Date: Wed, 1 Jul 2020 17:52:04 +0100 Empty padding. Diffstat:
M | style.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/style.css b/style.css @@ -126,7 +126,7 @@ pre a.d:hover { } .url td:nth-child(2) span { - padding: 1px 5px 2px 5px; + padding: 1px 5px; background-color: #eee; border: 1px solid #ddd; border-radius: 5px;