commit 599b6364c2f3f825b54a3173f8318e6c1f8fe511 parent ae0df00f40e59417a41007a1da3db635f9614ef3 Author: David Liotta <liottad6@students.rowan.edu> Date: Sun, 16 Dec 2018 17:15:15 -0500 Unnecessary due to new navbar.php Diffstat:
D | website/res/nav.css | | | 20 | -------------------- |
1 file changed, 0 insertions(+), 20 deletions(-)
diff --git a/website/res/nav.css b/website/res/nav.css @@ -1,19 +0,0 @@ -.nav { - display: inline; - overflow: hidden; - font-family: Arial; -} - -.nav a { - float: left; - font-size: 16px; - color: #000; - background-color: lightblue; - text-align: center; - padding: 14px 16px; - text-decoration: none; -} - -.nav a:hover, .drop:hover .dropbtn { - background-color: blue; -} -\ No newline at end of file