From a3b8165f1399173989c2eb68d133fd95f8ace4e3 Mon Sep 17 00:00:00 2001 From: shane Date: Wed, 30 Oct 2024 11:03:49 -0500 Subject: [PATCH] LEAF-4577 - Adjustments to get things looking okay. Removed the skip to content link and make the first entry load properly. --- LEAF_Request_Portal/css/printer.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/LEAF_Request_Portal/css/printer.css b/LEAF_Request_Portal/css/printer.css index c9782de20..54feca192 100644 --- a/LEAF_Request_Portal/css/printer.css +++ b/LEAF_Request_Portal/css/printer.css @@ -186,6 +186,7 @@ table#tform td { .printmainform { border: 1px solid black; + clear: both; } .printformblock { @@ -207,7 +208,7 @@ table#tform td { margin-right: 4px; font-size: 24px; font-weight: bold; - background-color: black; + background-color: transparent; color: white; float: left; } @@ -385,3 +386,7 @@ table.table { float: right; font-size: 12px; } + +#nav-skip-link{ + display: none; +} \ No newline at end of file