From ed539f7c5271aa334fe5ff15372ff0f7cfd43b1f Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 31 Dec 2023 18:22:56 -0600 Subject: [PATCH] Update: Implement "super" CSS class. The CSS for the "super" class is now defined. The "super" class is in use on the fll.html page. --- css/kevux.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/kevux.css b/css/kevux.css index 6df8e06..9586ff9 100644 --- a/css/kevux.css +++ b/css/kevux.css @@ -296,3 +296,8 @@ background-color: #404040; color: #ffffff; } + +.kevux > .content-block .super { + font-size: 55%; + vertical-align: super; +} -- 1.8.3.1