Skip to content

Commit c73d2c8

Browse files
committed
owasp 25 vorbereiten, neue qualität: open web
1 parent d537f43 commit c73d2c8

21 files changed

Lines changed: 186 additions & 609 deletions

Rules

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -319,11 +319,7 @@ preprocess do
319319
'urls',
320320
'formulare',
321321
'javascript-dom',
322-
'jquery',
323322
'---',
324-
'kommandozeile',
325-
'git',
326-
'http',
327323
'php-vorbereitung',
328324
'php',
329325
'php-db-lesen',
@@ -343,7 +339,11 @@ preprocess do
343339
'apache',
344340
'advanced-javascript',
345341
'mobile',
346-
'qualitaet'
342+
'qualitaet',
343+
'---',
344+
'kommandozeile',
345+
'git',
346+
'http',
347347
]
348348

349349
@chapters = {}

content/assets/css/style.css

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,16 @@ div.container {
180180

181181
#sidebar {
182182
grid-area: sidebar;
183+
184+
ul {
185+
padding-left: 0;
186+
li.separator {
187+
margin-bottom: 2em;
188+
}
189+
}
190+
ul.sub {
191+
padding-left: 40px;
192+
}
183193
}
184194
}
185195

@@ -263,3 +273,15 @@ img {
263273

264274

265275
}
276+
277+
blockquote {
278+
font-size: 1.2em;
279+
font-family: 'Biolinum', sans-serif;
280+
border-left: 5px solid rgb(73, 162, 210);
281+
background-color: rgba(73, 162, 210, 0.1);
282+
padding-left: 1em;
283+
margin-left: 1em;
284+
margin-right: 1em;
285+
margin-top: 1em;
286+
margin-bottom: 1em;
287+
}

content/jquery/dex.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

content/jquery/graceful.md

Lines changed: 0 additions & 284 deletions
This file was deleted.

0 commit comments

Comments
 (0)