diff --git a/webgoat-container/src/main/resources/static/css/main.css b/webgoat-container/src/main/resources/static/css/main.css index ee0ae7e94..5a91c4a34 100644 --- a/webgoat-container/src/main/resources/static/css/main.css +++ b/webgoat-container/src/main/resources/static/css/main.css @@ -915,6 +915,10 @@ cookie-container { cursor:pointer; } +span.show-next-page, span.show-prev-page { +font-size: 1.3em; +} + .show-prev-page { margin-right: 10px; } diff --git a/webgoat-lessons/cross-site-scripting/src/main/resources/plugin/CrossSiteScripting/js/dom-xss.js b/webgoat-lessons/cross-site-scripting/src/main/resources/plugin/CrossSiteScripting/js/dom-xss.js new file mode 100644 index 000000000..e69de29bb