X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/eb525fcd474c7c30e98e0764698a6fac33eb10ce..5891b0a8916232a54a4856e186b1d21a44b38a48:/templates/disorder.css diff --git a/templates/disorder.css b/templates/disorder.css index 34c44db..dd1364c 100644 --- a/templates/disorder.css +++ b/templates/disorder.css @@ -24,7 +24,7 @@ h1.title { font-size: 18pt } -/* playing and recent *********************************************************/ +/* playing, recent and new ***************************************************/ /* table of current and future tracks */ table.playing { @@ -38,6 +38,12 @@ table.recent { border-spacing: 0 /* no unsightly gaps between cells */ } +/* table of newly added played tracks */ +table.new { + width: 100%; /* use the full available width */ + border-spacing: 0 /* no unsightly gaps between cells */ +} + /* titles in tables */ th { text-align: left