Separated DB usage for messages in CSRF and Stored XSS
Many cosmetic english changes Fixed IE rendering for Challenge git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@350 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
@ -6,8 +6,9 @@
|
||||
}
|
||||
|
||||
#top_ch{
|
||||
height:86px;
|
||||
width: 500px;
|
||||
height:136px;
|
||||
background-image: url(../images/header/header.jpg);
|
||||
}
|
||||
|
||||
#wrap_ch {
|
||||
@ -19,22 +20,24 @@
|
||||
}
|
||||
|
||||
#start_ch {
|
||||
height: 300px;
|
||||
padding: 10px 50px 10px 50px;
|
||||
font-size: 12px;
|
||||
height: 350px;
|
||||
width: 500px;
|
||||
padding: 10px 10px 10px 10px;
|
||||
font-size: 15px;
|
||||
}
|
||||
#warning_ch {
|
||||
border: 1px solid #666666;
|
||||
padding: 10px;
|
||||
font-size: 10px;
|
||||
color: #FF3300;
|
||||
width: 400px;
|
||||
margin-left: 50px;
|
||||
width: 450px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
#team_ch {
|
||||
}
|
||||
.style1_ch {
|
||||
font-size: 10px;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.style2_ch {
|
||||
|
Reference in New Issue
Block a user