mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
38 lines
498 B
CSS
38 lines
498 B
CSS
/* Branches page */
|
|
|
|
table.standard tr.eol td:first-child {
|
|
background: #f33;
|
|
color: white;
|
|
}
|
|
|
|
table.standard tr.security td:first-child {
|
|
background: #f93;
|
|
}
|
|
|
|
table.standard tr.stable td:first-child {
|
|
background: #9c9;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
table.standard th {
|
|
font-size: 1rem;
|
|
}
|
|
|
|
table.standard td.collapse-phone {
|
|
display: none;
|
|
}
|
|
|
|
table.standard:nth-of-type(2) td::before {
|
|
content: unset;
|
|
}
|
|
}
|
|
|
|
svg {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.version-notes {
|
|
border: 0;
|
|
}
|