From: Daniel Schregenberger Date: Fri, 11 May 2018 14:59:07 +0000 (+0200) Subject: Merge branch 'master' into filter X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=3774a35f4cd434cace98d7a1585a0262421a2e7b;p=ympd.git Merge branch 'master' into filter --- 3774a35f4cd434cace98d7a1585a0262421a2e7b diff --cc htdocs/css/mpd.css index 9615cc2,ea64fc8..99c765c --- a/htdocs/css/mpd.css +++ b/htdocs/css/mpd.css @@@ -21,10 -27,13 +27,17 @@@ button margin-top: 2px; } + #breadcrump { + display: block; + + overflow: auto; + white-space: nowrap; + } + +#breadcrump > li > a{ + cursor: pointer; +} + #counter { font-size: 24px; margin-top: -6px;