From 8e86a60142dd47070ee4d9fa1a2b2c1e242740ec Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Mon, 9 Sep 2024 17:04:33 +0100 Subject: [PATCH] Fix underside view label borders. --- index.html | 2 +- pinout.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index fd9ac32..fe23967 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ Raspberry Pi Pico GPIO Pinout - +
diff --git a/pinout.css b/pinout.css index 28fc161..c13f65f 100644 --- a/pinout.css +++ b/pinout.css @@ -239,6 +239,8 @@ td, th { .underside-view .labels.left { direction: ltr; } +.underside-view .labels.left td {border-width:0 4px 0 0;} +.underside-view .labels.right td {border-width:0 0 0 4px;} @media (prefers-color-scheme: dark) { body {