Fixed some broken formatting on screen layout, added the Malicious code to the hidden lessons until real lessons can be built

git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@410 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
mayhew64@gmail.com
2009-11-09 03:58:08 +00:00
parent 5394b0d8a1
commit d48519d1ec
4 changed files with 53 additions and 22 deletions

View File

@ -184,6 +184,12 @@ html>body #navBar li {}
height: 100%;
padding: 10px;
}
#lessonAreaTop {
float: right;
width: 540px;
height: 15px;
padding: 10px;
}
#wrap {
width: 800px;
@ -192,14 +198,23 @@ html>body #navBar li {}
#topRight {
position:absolute;
left:485px;
left:380px;
top:0px;
width:320px;
width:400px;
height:23px;
z-index:3;
float: right;
}
#topLeft {
position:absolute;
left:100px;
top:0px;
width:400px;
height:23px;
z-index:3;
float: right;
}
#topRightInner {
position:absolute;
left:450px;