From d04b7cb89b3fbaa1689f8f6525a2740eda7c3be3 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 18 Dec 2025 10:54:27 -0600 Subject: Provide new streamlined UI for publications. --- uploader/static/css/theme.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'uploader/static/css') diff --git a/uploader/static/css/theme.css b/uploader/static/css/theme.css index 99b7af3..bdac745 100644 --- a/uploader/static/css/theme.css +++ b/uploader/static/css/theme.css @@ -83,3 +83,8 @@ table.dataTable tbody tr.selected td { padding-bottom: 0.2em; border-bottom: solid gray 1px; } + + +.breadcrumb-item { + text-transform: Capitalize; +} -- cgit 1.4.1