diff --git a/src/main/webapp/WEB-INF/pages/main_new.jsp b/src/main/webapp/WEB-INF/pages/main_new.jsp index 55b93ce73..b0d83fb34 100644 --- a/src/main/webapp/WEB-INF/pages/main_new.jsp +++ b/src/main/webapp/WEB-INF/pages/main_new.jsp @@ -72,11 +72,7 @@ Welcome To WebGoat - Params/Cookies - Hints - Lesson Plan - Java [Source] - Solution + @@ -107,12 +103,19 @@ - - - This should default to the "How to Work with Webgoat" lesson - - - + + Params/Cookies + Hints + Lesson Plan + Java [Source] + Solution + + + + This should default to the "How to Work with Webgoat" lesson + + + diff --git a/src/main/webapp/css/main.css b/src/main/webapp/css/main.css index 0a408bf93..e71d2b014 100644 --- a/src/main/webapp/css/main.css +++ b/src/main/webapp/css/main.css @@ -743,3 +743,8 @@ fieldset[disabled] .btn-warning.active { display: none; } } + +#buttonPanel { + padding:3px; + width:auto; +} \ No newline at end of file