]> Untitled Git - ympd.git/commitdiff
Merge branch 'master' into filter
authorDaniel Schregenberger <daniel@despite.ch>
Fri, 11 May 2018 14:59:07 +0000 (16:59 +0200)
committerGitHub <noreply@github.com>
Fri, 11 May 2018 14:59:07 +0000 (16:59 +0200)
1  2 
htdocs/css/mpd.css
htdocs/js/mpd.js

index 9615cc2f79744e154e8a863b60768c87a18ee64e,ea64fc85b61ca65b7ce4953953e9bf4377973990..99c765c0fa1aec82849b59efb5c856a5638ab6fa
@@@ -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;
Simple merge