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

Add windows builds in the downloads page

This commit is contained in:
Shivam Mathur
2025-08-17 05:37:29 +05:30
committed by Derick Rethans
parent c2dd97cf5f
commit a9ba48e13a
3 changed files with 157 additions and 3 deletions

View File

@@ -63,3 +63,28 @@ button.copy-to-clipboard-button:hover {
border-color: var(--dark-magenta-color) !important;
}
.win-build {
background: rgba(39, 40, 44, 0.05);
margin: 20px 0;
padding: 20px 20px 10px 20px;
border-top: 4px solid var(--dark-blue-color, #4F5B93);
}
.win-build h4 {
line-height: 1.5rem;
margin-bottom: 0;
}
.instructions .size {
background: #dcdcdc;
border-radius: 6px;
padding: 3px 7px;
font-size: 0.8rem;
font-weight: 600;
}
.instructions .time {
color: #555;
font-size: 0.8rem;
display: block;
}