From: Karl O. Pinc Date: Fri, 20 Sep 2024 20:16:12 +0000 (-0500) Subject: Superscript help links X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=7df8743b9f445967158efcd495c5b4ad27569dbd;p=pgwui_common Superscript help links --- 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; }