summaryrefslogtreecommitdiff
path: root/css/garden.css
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2022-01-22 09:17:51 -0500
committerDavid Thompson <dthompson@vistahigherlearning.com>2022-01-22 09:17:51 -0500
commit0aa29be84d4c554ef0d9dddc2d1f0f24859f587d (patch)
treef91212e5fedac4bd9e538501dd43f4d4fc8b2ad6 /css/garden.css
parent592bc33aa3c03e15d0deccfe8dcfd4188da2015d (diff)
A few more tweaks.
Diffstat (limited to 'css/garden.css')
-rw-r--r--css/garden.css18
1 files changed, 7 insertions, 11 deletions
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 {