From 9cfc8a754d1b84d0e69280d6f35967cd5c1c02f9 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 12 Feb 2024 14:40:09 -0800 Subject: [PATCH] webapps.planet: css for hr --- extra/webapps/planet/planet.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extra/webapps/planet/planet.css b/extra/webapps/planet/planet.css index 5373641ec0..e9d3ee4817 100644 --- a/extra/webapps/planet/planet.css +++ b/extra/webapps/planet/planet.css @@ -42,6 +42,10 @@ pre, code { color: #000000; } +hr { + height: 1px; +} + @media screen and (max-width: 600px) { .infobox { display: none; -- 2.34.1