Skip to content

Commit 0d46d05

Browse files
committed
Format
1 parent 7cc7b0f commit 0d46d05

File tree

14 files changed

+75
-75
lines changed
  • Ch04_OutputEscaping/src/main/webapp/resources/css
  • Ch04_OutputEscapingJSF/src/main/webapp/resources/css
  • Ch04_OutputEscapingJSP/src/main/webapp/resources
  • Ch05_AccessReferenceMaps/src/main/webapp/resources/css
  • Ch05_HSTS/src/main/webapp
  • Ch05_SessionFixation/src/main/webapp
  • Ch05_SessionHandling/src/main/webapp/resources/css
  • Ch06_SQLInjection/src/main/webapp
  • Ch06_XPathInjection/src/main/webapp
  • Ch07_CSP/src/main/webapp
  • Ch07_XSS/src/main/webapp/resources/css
  • Ch07_XSSFilter/src/main/webapp/resources/css
  • Ch07_XSSJSF/src/main/webapp/resources/css
  • Ch08_CSRF/src/main/webapp/resources/css

14 files changed

+75
-75
lines changed
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
h1 {
2-
font-size: 1.5em;
2+
font-size: 1.5em;
33
}
44

55
h2 {
6-
font-size: 1.2em;
6+
font-size: 1.2em;
77
}
88

99
fieldset {
10-
width: 450px;
11-
font-size: 1.2em;
12-
margin-top: 20px;
10+
width: 450px;
11+
font-size: 1.2em;
12+
margin-top: 20px;
1313
}
1414

1515
input {
16-
display: inline-block;
17-
vertical-align: middle;
18-
width: 250px;
16+
display: inline-block;
17+
vertical-align: middle;
18+
width: 250px;
1919
}
2020

2121
input[type=submit] {
22-
width: 75px;
23-
height: 20px;
24-
margin-left: 10px;
22+
width: 75px;
23+
height: 20px;
24+
margin-left: 10px;
2525
}
2626

2727
label {
28-
margin-right: 10px;
29-
}
28+
margin-right: 10px;
29+
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
h1 {
2-
font-size: 1.5em;
2+
font-size: 1.5em;
33
}
44

55
h2 {
6-
font-size: 1.2em;
7-
}
6+
font-size: 1.2em;
7+
}
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
h1 {
2-
font-size: 1.5em;
2+
font-size: 1.5em;
33
}
44

55
h2 {
6-
font-size: 1.2em;
6+
font-size: 1.2em;
77
}
88

99
fieldset {
10-
width: 600px;
11-
font-size: 1.2em;
12-
margin-top: 20px;
10+
width: 600px;
11+
font-size: 1.2em;
12+
margin-top: 20px;
1313
}
1414

1515
input {
16-
display: inline-block;
17-
vertical-align: middle;
18-
width: 150px;
16+
display: inline-block;
17+
vertical-align: middle;
18+
width: 150px;
1919
}
2020

2121
input[type=submit] {
22-
width: 75px;
23-
height: 20px;
24-
margin-left: 10px;
22+
width: 75px;
23+
height: 20px;
24+
margin-left: 10px;
2525
}
2626

2727
label {
28-
margin-right: 10px;
29-
}
28+
margin-right: 10px;
29+
}
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
.send-button {
2-
margin-left: 25px;
2+
margin-left: 25px;
33
}
44

55
h1 {
6-
font-size: 1.5em;
6+
font-size: 1.5em;
77
}
88

99
h2 {
10-
font-size: 1.2em;
11-
}
10+
font-size: 1.2em;
11+
}

Ch05_HSTS/src/main/webapp/styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
}
44

55
h1 {
6-
font-size: 150%;
6+
font-size: 150%;
77
}
88

99
h2 {
10-
font-size: 125%;
10+
font-size: 125%;
1111
}
1212

1313
td {
14-
font-size: 115%;
14+
font-size: 115%;
1515
}
1616

1717
th {
1818
background-color: darkgrey;
1919
padding: 2pt;
2020
font-weight: bold;
2121
font-size: 125%;
22-
}
22+
}

Ch05_SessionFixation/src/main/webapp/styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
}
44

55
h1 {
6-
font-size: 150%;
6+
font-size: 150%;
77
}
88

99
h2 {
10-
font-size: 125%;
10+
font-size: 125%;
1111
}
1212

1313
td {
14-
font-size: 115%;
14+
font-size: 115%;
1515
}
1616

1717
th {
1818
background-color: darkgrey;
1919
padding: 2pt;
2020
font-weight: bold;
2121
font-size: 125%;
22-
}
22+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
h1 {
2-
font-size: 125%;
3-
}
2+
font-size: 125%;
3+
}

Ch06_SQLInjection/src/main/webapp/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
}
44

55
h1 {
6-
font-size: 1.5em;
6+
font-size: 1.5em;
77
}
88

99
h2 {
10-
font-size: 1.2em;
10+
font-size: 1.2em;
1111
}
1212

1313
th {
1414
background-color: darkgrey;
1515
padding: 2pt;
1616
font-weight: bold;
1717
font-size: 1.1em;
18-
}
18+
}

Ch06_XPathInjection/src/main/webapp/styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
}
44

55
h1 {
6-
font-size: 150%;
6+
font-size: 150%;
77
}
88

99
h2 {
10-
font-size: 125%;
10+
font-size: 125%;
1111
}
1212

1313
td {
14-
font-size: 115%;
14+
font-size: 115%;
1515
}
1616

1717
th {
1818
background-color: darkgrey;
1919
padding: 2pt;
2020
font-weight: bold;
2121
font-size: 125%;
22-
}
22+
}

Ch07_CSP/src/main/webapp/styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
}
44

55
h1 {
6-
font-size: 150%;
6+
font-size: 150%;
77
}
88

99
h2 {
10-
font-size: 125%;
10+
font-size: 125%;
1111
}
1212

1313
td {
14-
font-size: 115%;
15-
}
14+
font-size: 115%;
15+
}

Ch07_XSS/src/main/webapp/resources/css/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ td {
99
}
1010

1111
h1 {
12-
font-size: 1.5em;
12+
font-size: 1.5em;
1313
}
1414

1515
h2 {
1616
font-size: 1.2em;
17-
}
17+
}
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
h1 {
2-
font-size: 1.5em;
2+
font-size: 1.5em;
33
}
44

55
fieldset {
6-
width: 500px;
7-
font-size: 1.2em;
8-
margin-top: 20px;
6+
width: 500px;
7+
font-size: 1.2em;
8+
margin-top: 20px;
99
}
1010

1111
input {
12-
display: inline-block;
13-
vertical-align: middle;
14-
width: 300px;
12+
display: inline-block;
13+
vertical-align: middle;
14+
width: 300px;
1515
}
1616

1717
input[type=submit] {
18-
width: 75px;
19-
height: 20px;
20-
margin-left: 10px;
18+
width: 75px;
19+
height: 20px;
20+
margin-left: 10px;
2121
}
2222

2323
label {
24-
margin-right: 10px;
25-
}
24+
margin-right: 10px;
25+
}

Ch07_XSSJSF/src/main/webapp/resources/css/styles.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
}
44

55
.send-button {
6-
margin-left: 25px;
6+
margin-left: 25px;
77
}
88

99
h1 {
10-
font-size: 1.5em;
10+
font-size: 1.5em;
1111
}
1212

1313
h2 {
14-
font-size: 1.2em;
15-
}
14+
font-size: 1.2em;
15+
}

Ch08_CSRF/src/main/webapp/resources/css/styles.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
}
44

55
h1 {
6-
font-size: 1.5em;
6+
font-size: 1.5em;
77
}
88

99
h2 {
10-
font-size: 1.2em;
11-
}
10+
font-size: 1.2em;
11+
}

0 commit comments

Comments
 (0)