Commit c8bb3d6c authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

[update] php page

No related merge requests found
Showing with 11 additions and 3 deletions
+11 -3
......@@ -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:
......
......@@ -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;
......
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment