diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml index c4a5b7e..f57e79e 100644 --- a/Pages/Index.cshtml +++ b/Pages/Index.cshtml @@ -16,16 +16,17 @@ else { @Model.Displaypath [..] - Go back + Go back
[--] Download playlist

@foreach (var dir in Model.Dirs) { +
  • [--] @dir -
    +
  • } @foreach (var file in Model.Files) { var jspath = IndexModel.Encode(Model.Fullpath); @@ -34,6 +35,7 @@ else { var lrcfile = basename + ".lrc"; var lrcpath = System.IO.Path.Combine(Model.Fullpath, lrcfile); +
  • [DL] @if (System.IO.File.Exists(lrcpath)) { @@ -43,6 +45,6 @@ else { [---] } @file -
    +
  • } -} \ No newline at end of file +} diff --git a/webmusic.css b/webmusic.css index 8b370dc..4b63880 100644 --- a/webmusic.css +++ b/webmusic.css @@ -40,4 +40,8 @@ h2, h2 a { #container { margin-left: 10%; margin-right: 10%; -} \ No newline at end of file +} + +li { + list-style: none; +}