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