diff --git a/files/css/files.css b/files/css/files.css index c7d39d114b..ac1f523f86 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -34,7 +34,7 @@ span.extention { opacity:0; -webkit-transition:opacity 500ms; -moz-transition:op tr:hover span.extention { opacity:1; } div.crumb { float:left; display:block; background:no-repeat right 0; padding:.75em 1.5em 0 1em; height:2.9em; } div.crumb:first-child { padding-left:1em; } -div.crumb:last-child { font-weight:bold; } +div.crumb.last { font-weight:bold; } table tr.mouseOver td { background-color:#eee; } table th { height:2em; padding:0 .5em; color:#999; } table th .name { float:left; margin-left:.5em; } diff --git a/files/templates/part.breadcrumb.php b/files/templates/part.breadcrumb.php index 63242dd326..b26f609715 100644 --- a/files/templates/part.breadcrumb.php +++ b/files/templates/part.breadcrumb.php @@ -1,5 +1,10 @@ - +
")'> - "> + ">
- \ No newline at end of file + +
")'> + "> +
\ No newline at end of file