diff --git a/HISTORY.rst b/HISTORY.rst index bf06ce4f71..280e0a1351 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ================== diff --git a/docs/releases/2.7.2.rst b/docs/releases/2.7.2.rst index 9641c6878b..624b696ae0 100644 --- a/docs/releases/2.7.2.rst +++ b/docs/releases/2.7.2.rst @@ -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 -------- diff --git a/mayan/apps/appearance/static/appearance/css/base.css b/mayan/apps/appearance/static/appearance/css/base.css index 101ff7ee34..0352d1add7 100644 --- a/mayan/apps/appearance/static/appearance/css/base.css +++ b/mayan/apps/appearance/static/appearance/css/base.css @@ -271,3 +271,8 @@ a i { margin-left: 4px; margin-top: 3px; } + +/* Cabinets */ +.cabinet-display { + font-style: italic; +}