From 0aa29be84d4c554ef0d9dddc2d1f0f24859f587d Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 22 Jan 2022 09:17:51 -0500 Subject: A few more tweaks. --- css/garden.css | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'css/garden.css') diff --git a/css/garden.css b/css/garden.css index 2077bd6..796fa73 100644 --- a/css/garden.css +++ b/css/garden.css @@ -437,7 +437,7 @@ table { } th, td { - padding: 10px; + padding: 0.5rem; margin: 0; } @@ -446,24 +446,19 @@ tbody tr:nth-child(odd) { } tbody tr td:nth-child(n+2) { - font-size: 20pt; border-left: 2px solid #fff; } img.icon { display: block; - width: 24px; - max-width: 24px; - height: 24px; - max-height: 24px; + width: 1.5rem; + height: 1.5rem; margin: 0 auto; } img.key { - width: 24px; - max-width: 24px; - height: 24px; - max-height: 24px; + width: 1.5rem; + height: 1.5rem; } a { @@ -475,7 +470,8 @@ a:visited { } .crop { - color: #fff; + text-decoration-line: underline; + text-decoration-style: dotted; } .crop:hover { -- cgit v1.2.3