Display a document's cabinet list in italics. GitLab issue #435.

Thanks to LeVon Smoker for the request.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-09-06 00:07:10 -04:00
parent 2850e4ee8d
commit a5170c0da9
3 changed files with 9 additions and 1 deletions

View File

@@ -10,6 +10,8 @@
- Sort the list of root cabinets. Thanks to Thomas Plotkowiak
for the request.
- Sort the list of a document's cabinets.
- Display a document's cabinet list in italics. GitLab issue #435.
Thanks to LeVon Smoker for the request.
2.7.1 (2017-09-03)
==================

View File

@@ -17,7 +17,8 @@ What's new
- Sort the list of root cabinets. Thanks to Thomas Plotkowiak
for the request.
- Sort the list of a document's cabinets.
- Display a document's cabinet list in italics. GitLab issue #435.
Thanks to LeVon Smoker for the request.
Removals
--------

View File

@@ -271,3 +271,8 @@ a i {
margin-left: 4px;
margin-top: 3px;
}
/* Cabinets */
.cabinet-display {
font-style: italic;
}