Skip to content

Commit

Permalink
LEAF-4577 - Adjustments to get things looking okay. Removed the skip …
Browse files Browse the repository at this point in the history
…to content link and make the first entry load properly.
  • Loading branch information
shane committed Oct 30, 2024
1 parent f896232 commit a3b8165
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion LEAF_Request_Portal/css/printer.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ table#tform td {

.printmainform {
border: 1px solid black;
clear: both;
}

.printformblock {
Expand All @@ -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;
}
Expand Down Expand Up @@ -385,3 +386,7 @@ table.table {
float: right;
font-size: 12px;
}

#nav-skip-link{
display: none;
}

0 comments on commit a3b8165

Please sign in to comment.