Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdownlint auto-cleanup for de #27

Merged
merged 1 commit into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions files/de/web/css/@media/prefers-reduced-data/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ In diesem Beispiel wird die `montserrat-regular.woff2`-Schriftartdatei weder vor
local("Montserrat Regular"),
local("Montserrat-Regular"),
url("fonts/montserrat-regular.woff2") format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
U+2215, U+FEFF, U+FFFD;
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
U+2212, U+2215, U+FEFF, U+FFFD;
}
}

Expand Down
6 changes: 5 additions & 1 deletion files/de/web/css/css_compositing_and_blending/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ In diesem Beispiel hat jede Box einen Rahmen, zwei gestreifte Hintergrundbilder
div {
width: 200px;
height: 200px;
background-image: repeating-linear-gradient(45deg, red 0 15px, pink 15px 30px),
background-image: repeating-linear-gradient(
45deg,
red 0 15px,
pink 15px 30px
),
repeating-linear-gradient(-45deg, blue 0 15px, lightblue 15px 30px);
background-size: 150px 150px;
background-repeat: no-repeat;
Expand Down
4 changes: 2 additions & 2 deletions files/de/web/css/css_transforms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ Verwenden Sie die Schieberegler im folgenden Beispiel, um die Translations-, Rot
padding: 0;
margin-bottom: 4px;
accent-color: blue; /* or any color */
font-family: Inter, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
"Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-family: Inter, "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu,
Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

#allTransformFieldset > legend {
Expand Down
Loading