mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
This pull request supersedes #100 and is another go at making the release date in the change logs consistent. It also takes the `<b></b>` markup out of the changelog HTML files and replaces them by a CSS `font-weight: bold` attribute.
22 lines
347 B
CSS
22 lines
347 B
CSS
/* Changelog pages. */
|
|
section.version {
|
|
border-top: solid 0.125rem #99C;
|
|
margin: .75rem 0;
|
|
padding: .75rem 0;
|
|
}
|
|
|
|
section.version > :last-child {
|
|
margin-bottom:0;
|
|
}
|
|
|
|
section.version time.releasedate {
|
|
color: #666;
|
|
display: block;
|
|
font-size: 0.875rem;
|
|
font-weight: bold;
|
|
}
|
|
|
|
section.version ul ul {
|
|
margin-top:0;
|
|
}
|