X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/2a10b70b1cdbd55e9f2c26ed52dcff5255cd6e96..78efa64e092d96e15dc40283b73f3af117b2d0a3:/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