From 7df8743b9f445967158efcd495c5b4ad27569dbd Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Fri, 20 Sep 2024 15:16:12 -0500 Subject: [PATCH] Superscript help links --- src/pgwui_common/static/pgwui.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pgwui_common/static/pgwui.css b/src/pgwui_common/static/pgwui.css index 4b9433f..fd60593 100644 --- a/src/pgwui_common/static/pgwui.css +++ b/src/pgwui_common/static/pgwui.css @@ -41,6 +41,7 @@ body { background-color: white; } /* kludge, see pgwui_sql's pgwui_sql.css */ .status { text-align: center; } .help { font-size: 75%; + vertical-align: super; color: green; } a.help:link { text-decoration-line: none; } -- 2.34.1