misc: remove bold for endpoints long description (#39033)

This commit is contained in:
Serghei Mihai 2020-02-19 09:52:08 +01:00
parent db2cf6dc68
commit 23bfb0c8b6
1 changed files with 3 additions and 0 deletions

View File

@ -301,6 +301,9 @@ div.section > div > ul.endpoints {
.endpoints .description, .endpoints .long-description {
display: inline-block;
}
.endpoints .description {
font-weight: bold;
}