From 95ec75b919f58fb55e561789d8a54d59312c7e19 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> Date: Sat, 30 Jul 2011 12:55:12 +0200 Subject: [PATCH] only bold current folder in breadcrumb navigation --- files/css/files.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/css/files.css b/files/css/files.css index 50b61a488d..578d5df174 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -19,7 +19,8 @@ table { position:relative; top:37px; width:100%; } tbody tr:hover, tbody tr:active, tbody tr.selected { background-color:#eee; } tbody a { color:#000; } span.extention, td.date { color:#999; } -div.crumb { float:left; display:block; background:no-repeat right 0; font-weight:bold; padding:8px 1.5em 0 1em; height:28px; /*36-8*/ } +div.crumb { float:left; display:block; background:no-repeat right 0; padding:8px 1.5em 0 1em; height:28px; /*36-8*/ } +div.crumb:last-child { font-weight:bold; } table tr.mouseOver td { background-color:#eee; } table th { padding:.5em; height:2em; } table th .name { float:left; margin-left:.5em; } -- GitLab