Skip to content
Snippets Groups Projects
Commit 95ec75b9 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

only bold current folder in breadcrumb navigation

parent 48fb1e2d
No related branches found
No related tags found
No related merge requests found
......@@ -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; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment