Skip to content

Commit

Permalink
Fix underside view label borders.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Sep 9, 2024
1 parent 89f4872 commit 8e86a60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="manifest" href="manifest.json">
<title>Raspberry Pi Pico GPIO Pinout</title>
<meta name="description" content="An interactive, accessible and beautiful GPIO Pinout guide for the Raspberry Pi Pico" />
<link rel="stylesheet" href="pinout.css?v=20240909a" type="text/css" media="screen" />
<link rel="stylesheet" href="pinout.css?v=20240909b" type="text/css" media="screen" />
</head>
<body>
<header>
Expand Down
2 changes: 2 additions & 0 deletions pinout.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8e86a60

Please sign in to comment.