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

[update] php page

parent f5da1a3b
Showing with 11 additions and 3 deletions
+11 -3
...@@ -10,7 +10,8 @@ pages: ...@@ -10,7 +10,8 @@ pages:
- cp -r css .public - cp -r css .public
- cp -r images .public - cp -r images .public
- cp -r js .public - cp -r js .public
- cp index.html .public - cp -r includes .public
- cp index.* .public
- mv .public public - mv .public public
- cp -r public/ "$EXPORT_PAGES_DIR" - cp -r public/ "$EXPORT_PAGES_DIR"
artifacts: artifacts:
......
...@@ -84,6 +84,12 @@ p { ...@@ -84,6 +84,12 @@ p {
margin-bottom: 1rem; margin-bottom: 1rem;
} }
.trennung {
-ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
abbr[title], abbr[title],
abbr[data-original-title] { abbr[data-original-title] {
text-decoration: underline; text-decoration: underline;
...@@ -106,7 +112,8 @@ ul, ...@@ -106,7 +112,8 @@ ul,
dl { dl {
margin-top: 0; margin-top: 0;
margin-bottom: 1rem; margin-bottom: 1rem;
}
text-indent: 0em;}
ol ol, ol ol,
ul ul, ul ul,
......
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