Update css for version-added

Version added should be bold like the styling we add to microversion
added elements in the parameters tables.

Change-Id: I41cc96e6df4dd456cb2f56714922c108e8406aae
This commit is contained in:
Sean Dague 2016-05-17 08:40:14 -04:00
parent 1727020670
commit b97011a220
1 changed files with 4 additions and 0 deletions

View File

@ -79,3 +79,7 @@ a.operation-anchor {
.api-detail table.docutils {
width: 100%;
}
.versionmodified {
font-weight: bold;
}