survey_seahorse

Software Engineering Project - Fall 2018
Log | Files | Refs | README

commit bba0c54cc8447fb0161ec1bf7a1e46a8862b8c2b
parent 70ad7f3350519a1bb8ac6b565cdf31f0b49aaaf2
Author: David Liotta <liottad6@students.rowan.edu>
Date:   Sun, 16 Dec 2018 21:16:58 -0500

Update navbar.php
Diffstat:
Mwebsite/res/navbar.php | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/website/res/navbar.php b/website/res/navbar.php @@ -9,6 +9,7 @@ if (isset($_SESSION['username'])) { <style> .navbox{ + border-radius: 25px; margin: 0; padding: 10px; background-color: lightblue; @@ -21,6 +22,7 @@ if (isset($_SESSION['username'])) { } .nav a { + border-radius: 25px; float: left; font-size: 16px; color: #000;