diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 48692e10b09affcae9844d8feabcf15d828af273..4b9f876f3a86566b6c767074c6f7583eda550a5a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,8 @@ pages: - cp -r css .public - cp -r images .public - cp -r js .public - - cp index.html .public + - cp -r includes .public + - cp index.* .public - mv .public public - cp -r public/ "$EXPORT_PAGES_DIR" artifacts: diff --git a/css/bootstrap.css b/css/bootstrap.css index 6c7bbb21bae0468adf10ab8788e33e274fe13434..d18b72f32986e879977cf3f9aca111213df27c0a 100644 --- a/css/bootstrap.css +++ b/css/bootstrap.css @@ -84,6 +84,12 @@ p { margin-bottom: 1rem; } +.trennung { + -ms-hyphens: auto; + -webkit-hyphens: auto; + hyphens: auto; +} + abbr[title], abbr[data-original-title] { text-decoration: underline; @@ -106,7 +112,8 @@ ul, dl { margin-top: 0; margin-bottom: 1rem; -} + +text-indent: 0em;} ol ol, ul ul, @@ -1606,7 +1613,7 @@ pre code { } } -.table { +.table { width: 100%; margin-bottom: 1rem; color: #212529; diff --git a/images/M4_LAB_Projekt/GWK_Logo.jpg b/images/M4_LAB_Projekt/GWK_Logo.jpg old mode 100644 new mode 100755 diff --git a/images/M4_LAB_Projekt/IBA2027_Logo.jpg b/images/M4_LAB_Projekt/IBA2027_Logo.jpg old mode 100644 new mode 100755 diff --git a/images/M4_LAB_Projekt/M4_LAB_Rollup.jpg b/images/M4_LAB_Projekt/M4_LAB_Rollup.jpg old mode 100644 new mode 100755 diff --git a/images/M4_LAB_Projekt/WRS_Logo.jpg b/images/M4_LAB_Projekt/WRS_Logo.jpg old mode 100644 new mode 100755