From 81582162d36473d1413fc8a80f2ae22234331a98 Mon Sep 17 00:00:00 2001 From: mayhew64 Date: Tue, 6 Feb 2007 15:32:12 +0000 Subject: [PATCH] Modified intro text to be consistent in size with new logos. Modified credits in BlindSqlInjection.java. git-svn-id: http://webgoat.googlecode.com/svn/trunk@114 4033779f-a91e-0410-96ef-6bf7bf53c507 --- .../org/owasp/webgoat/lessons/BlindSqlInjection.java | 2 +- webgoat/main/project/WebContent/css/webgoat.css | 6 +++--- webgoat/main/project/WebContent/webgoat.jsp | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/BlindSqlInjection.java b/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/BlindSqlInjection.java index c5edd526c..9aaa676d5 100644 --- a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/BlindSqlInjection.java +++ b/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/BlindSqlInjection.java @@ -168,7 +168,7 @@ public class BlindSqlInjection extends LessonAdapter public Element getCredits() { return new StringElement( - "By Chuck Willis (edited 14 Dec 05 - Hints need to updated for non-Windows systems)"); + "By Chuck Willis"); } diff --git a/ webgoat/main/project/WebContent/css/webgoat.css b/ webgoat/main/project/WebContent/css/webgoat.css index 16f0f30ba..25d7eeaf9 100644 --- a/ webgoat/main/project/WebContent/css/webgoat.css +++ b/ webgoat/main/project/WebContent/css/webgoat.css @@ -242,10 +242,10 @@ html>body #navBar li {} } #start { - height: 380px; + height: 390px; width: 700px; padding: 10px 50px 10px 50px; - font-size: 12px; + font-size: 15px; } #warning { border: 1px solid #666666; @@ -266,7 +266,7 @@ html>body #navBar li {} padding-left: 10px; } .style1 { - font-size: 10px; + font-size: 11px; font-weight: bold; } .style2 { diff --git a/ webgoat/main/project/WebContent/webgoat.jsp b/ webgoat/main/project/WebContent/webgoat.jsp index 882999e0e..d92ae1521 100644 --- a/ webgoat/main/project/WebContent/webgoat.jsp +++ b/ webgoat/main/project/WebContent/webgoat.jsp @@ -17,8 +17,8 @@

Thank you for using WebGoat!

This program is a demonstration of common web application flaws. The exercises are intended to provide hands on experience with application - penetration testing techniques. This project is run by Bruce Mayhew, please send all - comments to him at WebGoat@g2-inc.com

+ penetration testing techniques. The WebGoat project is lead by Bruce Mayhew. Please send all + comments to Bruce at WebGoat@G2-Inc.com..