1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Files
archived-web-php/styles/credits.css
2012-09-07 15:53:33 +08:00

35 lines
516 B
CSS

/* Overrides for the default phpcredits() styling in credits.php. */
section.layout-content {
margin: 0 auto;
width: 960px;
}
h1 {
margin-bottom: 0.7em;
}
table {
border-bottom: solid 0.25em #99C;
width: 100% !important;
}
table tr:last-child td, table tr:last-child th {
padding-bottom: 1.6em;
}
.h:first-child th {
color: #333;
font-size: 1.5em;
font-weight: normal;
line-height: 2em;
}
th {
text-align: left;
}
td:first-child, th:first-child {
width: 33%;
}