diff --git a/src/main/webapp/WEB-INF/pages/main_new.jsp b/src/main/webapp/WEB-INF/pages/main_new.jsp index dacee619f..25c11ff42 100644 --- a/src/main/webapp/WEB-INF/pages/main_new.jsp +++ b/src/main/webapp/WEB-INF/pages/main_new.jsp @@ -57,7 +57,7 @@ - WebGoat V6.0 + WebGoat diff --git a/src/main/webapp/css/img/logoBG.jpg b/src/main/webapp/css/img/logoBG.jpg new file mode 100644 index 000000000..cdc20d82e Binary files /dev/null and b/src/main/webapp/css/img/logoBG.jpg differ diff --git a/src/main/webapp/css/main.css b/src/main/webapp/css/main.css index 703d62961..ad46de988 100644 --- a/src/main/webapp/css/main.css +++ b/src/main/webapp/css/main.css @@ -74,16 +74,16 @@ img { #header .brand { float: left; width: 240px; - min-height: 80px; - padding: 0 0 0 10px; + height: 80px; + padding: 0; position: relative; - background: #e84c3d url('img/logo.png') no-repeat 25px 26px; + background: url('img/logoBG.jpg') no-repeat 0px 0px; } #header .logo { color: #fff; font-size: 1.7em; text-transform: uppercase; - padding: 23px 0 0 57px; + padding: 23px 0 0 75px; display: inline-block; } #header .logo span {