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:
@ -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;
|
||||
|
Reference in New Issue
Block a user