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

Fix navigation bug #438

Merged
merged 2 commits into from
Feb 23, 2023
Merged

Fix navigation bug #438

merged 2 commits into from
Feb 23, 2023

Conversation

GuillaumeGomez
Copy link
Owner

Fixes #427.

Comment on lines +5 to +26
body {
margin: 0;
background-color: #eee;
}
header {
background-color: #111;
width: 100%;
text-align: center;
font-size: 1.3em;
color: #fff;
}
.content {
text-align: center;
}
.content > a {
padding: 5px;
border: 1px solid #ccc;
border-radius: 5px;
background-color: #fff;
text-decoration: none;
color: #111;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is any of this actually necessary?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, just copied/pasted another file. Could be removed.

matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Feb 24, 2023
…tion-bug, r=notriddle

Fix GUI test navigation bug

Following GuillaumeGomez/browser-UI-test#438, we can now remove this `wait-for`.

Should help with rust-lang#93784.

r? `@notriddle`
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Feb 25, 2023
…tion-bug, r=notriddle

Fix GUI test navigation bug

Following GuillaumeGomez/browser-UI-test#438, we can now remove this `wait-for`.

Should help with rust-lang#93784.

r? ``@notriddle``
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants