Skip to content

Commit 39bf431

Browse files
committed
WEB-22 Added Spider Web Logo
1 parent 1e0460c commit 39bf431

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/main/webapp/WEB-INF/pages/main_new.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858

5959
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
60-
<title>WebGoat V6.0</title>
60+
<title>WebGoat</title>
6161
</head>
6262

6363
<body class="animated fadeIn" ng-app="goatApp">

src/main/webapp/css/img/logoBG.jpg

17.5 KB
Loading

src/main/webapp/css/main.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@ img {
7474
#header .brand {
7575
float: left;
7676
width: 240px;
77-
min-height: 80px;
78-
padding: 0 0 0 10px;
77+
height: 80px;
78+
padding: 0;
7979
position: relative;
80-
background: #e84c3d url('img/logo.png') no-repeat 25px 26px;
80+
background: url('img/logoBG.jpg') no-repeat 0px 0px;
8181
}
8282
#header .logo {
8383
color: #fff;
8484
font-size: 1.7em;
8585
text-transform: uppercase;
86-
padding: 23px 0 0 57px;
86+
padding: 23px 0 0 75px;
8787
display: inline-block;
8888
}
8989
#header .logo span {

0 commit comments

Comments
 (0)