1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Files
archived-web-php/styles/changelog.css
Alain Schlesser 50e16231b7 Make release dates consistent. Supersedes #100
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.
2016-10-18 19:20:25 +02:00

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;
}