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:
@@ -10,6 +10,8 @@
|
|||||||
- Sort the list of root cabinets. Thanks to Thomas Plotkowiak
|
- Sort the list of root cabinets. Thanks to Thomas Plotkowiak
|
||||||
for the request.
|
for the request.
|
||||||
- Sort the list of a document's cabinets.
|
- 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)
|
2.7.1 (2017-09-03)
|
||||||
==================
|
==================
|
||||||
|
|||||||
@@ -17,7 +17,8 @@ What's new
|
|||||||
- Sort the list of root cabinets. Thanks to Thomas Plotkowiak
|
- Sort the list of root cabinets. Thanks to Thomas Plotkowiak
|
||||||
for the request.
|
for the request.
|
||||||
- Sort the list of a document's cabinets.
|
- 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
|
Removals
|
||||||
--------
|
--------
|
||||||
|
|||||||
@@ -271,3 +271,8 @@ a i {
|
|||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Cabinets */
|
||||||
|
.cabinet-display {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user