From c8bb3d6c00c517a0f3787aadfdafbfb36f2dff66 Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de> Date: Tue, 4 Jun 2019 14:31:14 +0200 Subject: [PATCH] [update] php page --- .gitlab-ci.yml | 3 ++- css/bootstrap.css | 11 +++++++++-- images/M4_LAB_Projekt/GWK_Logo.jpg | Bin images/M4_LAB_Projekt/IBA2027_Logo.jpg | Bin images/M4_LAB_Projekt/M4_LAB_Rollup.jpg | Bin images/M4_LAB_Projekt/WRS_Logo.jpg | Bin 6 files changed, 11 insertions(+), 3 deletions(-) mode change 100644 => 100755 images/M4_LAB_Projekt/GWK_Logo.jpg mode change 100644 => 100755 images/M4_LAB_Projekt/IBA2027_Logo.jpg mode change 100644 => 100755 images/M4_LAB_Projekt/M4_LAB_Rollup.jpg mode change 100644 => 100755 images/M4_LAB_Projekt/WRS_Logo.jpg diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 48692e1..4b9f876 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 6c7bbb2..d18b72f 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 -- GitLab