1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Move contribution links to the bottom of the documentation pages (#973)

Co-authored-by: haszi <haszika80@gmail.com>
This commit is contained in:
haszi
2024-04-17 13:48:52 +02:00
committed by GitHub
parent fef2ba34eb
commit fbe589892a
2 changed files with 37 additions and 23 deletions

View File

@@ -419,14 +419,19 @@ hr {
.page-tools {
text-align: right;
}
.page-tools #changelang-langs,
.page-tools .edit-bug {
.page-tools #changelang-langs {
font-size:.75rem;
}
.page-tools .edit-bug a {
.contribute {
border: 1px solid #888;
border-radius: 3px;
margin: 0px -10px 0px -10px;
padding: 0 10px 5px 10px;
background-color: #E2E2E2;
}
.contribute .edit-bug a {
border: 0;
margin-left: 1rem;
}
/**