Switch to side-by-side view

--- a/dirbrowser/cdbrowser.cpp
+++ b/dirbrowser/cdbrowser.cpp
@@ -492,7 +492,15 @@
 #endif
     );
 static const QString init_container_pagebot = QString::fromUtf8(
-    "<table id=\"entrylist\"></table>"
+    "<table id=\"entrylist\">"
+    "<colgroup>"
+    "<col class=\"coltracknumber\">"
+    "<col class=\"coltitle\">"
+    "<col class=\"colartist\">"
+    "<col class=\"colalbum\">"
+    "<col class=\"colduration\">"
+    "</colgroup>"
+    "</table>"
     "</body></html>"
     );