1
0
mirror of https://github.com/php/web-php.git synced 2026-04-29 09:53:12 +02:00
Files
archived-web-php/styles/supported-versions.css
T
2016-01-13 12:07:22 -08:00

38 lines
488 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 {
padding: 0;
}
table.standard td.collapse-phone * {
display: none;
}
}
svg {
max-width: 100%;
height: auto;
}
.version-notes {
border: 0;
}