diff --git a/css/Default.css b/css/Default.css index ac786a4..4dbe497 100644 --- a/css/Default.css +++ b/css/Default.css @@ -45,6 +45,8 @@ table.times { border-style: solid; border-color: #000000; background-color: #303030; + max-width: 720px; + overflow-x: auto; } th.times { border-style: dotted; @@ -86,4 +88,4 @@ ul.tabbernav li.tabberactive a { .tabberlive .tabbertab { border: 1px solid #000000; background-color: #404040; -} \ No newline at end of file +}