Skip to content

Commit

Permalink
update javadoc for release 10.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Breisacher committed Sep 3, 2023
1 parent 48be6b8 commit 863af22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/custom.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@charset "UTF-8";
/* CSS Document */

.navbar { padding: 0; background-color: #007C72; }
.navbar { padding: 0; background-color: #000000; }
.navbar-brand { padding: 0; }
.main-container { margin-top: 80px; }
.footer { background-color: #007C72; height: 53px; background-image: url("../images/footer-angle.png"); background-repeat: no-repeat; background-size: 184px 53px }
.footer { background-color: #000000; height: 53px; background-image: url("../images/footer-angle.png"); background-repeat: no-repeat; background-size: 184px 53px }

a { color: #389CBE }

Expand Down

0 comments on commit 863af22

Please sign in to comment.