Miscellaneous bug fixes
divide by zero, inaccurate discount and totals, reflection of user input git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@273 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
42
main/project/WebContent/css/webgoat_challenge.css
Normal file
42
main/project/WebContent/css/webgoat_challenge.css
Normal file
@ -0,0 +1,42 @@
|
||||
#bottom_ch{
|
||||
color: #999999;
|
||||
clear: both;
|
||||
font-size: 10px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
#top_ch{
|
||||
height:86px;
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
#wrap_ch {
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
#credits_ch {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#start_ch {
|
||||
height: 300px;
|
||||
padding: 10px 50px 10px 50px;
|
||||
font-size: 12px;
|
||||
}
|
||||
#warning_ch {
|
||||
border: 1px solid #666666;
|
||||
padding: 10px;
|
||||
font-size: 10px;
|
||||
color: #FF3300;
|
||||
width: 400px;
|
||||
margin-left: 50px;
|
||||
}
|
||||
#team_ch {
|
||||
}
|
||||
.style1_ch {
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.style2_ch {
|
||||
font-size: 10px;
|
||||
}
|
Reference in New Issue
Block a user