Skip to content

Commit

Permalink
chore: Update branch with latest landmark-example changes and submo…
Browse files Browse the repository at this point in the history
…dule updates
  • Loading branch information
w3cgruntbot committed Jan 29, 2025
1 parent 61a6fcd commit 63701a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _external/aria-practices
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
padding: 0;
}

.landmark [role=tabpanel] h3 {
.landmark [role="tabpanel"] h3 {
margin: 0;
padding: 0;
margin-top: 1em;
}

[role=tabpanel] pre {
[role="tabpanel"] pre {
margin: 0;
padding: 0;
}
Expand All @@ -28,13 +28,13 @@ label {
display: block;
}

input[type=text] {
input[type="text"] {
margin: 0;
padding: 0;
display: block;
}

input[type=submit] {
input[type="submit"] {
margin-top: 1em;
display: block;
}
Expand Down

0 comments on commit 63701a7

Please sign in to comment.