11 lines
373 B
CSS
11 lines
373 B
CSS
/* Project-level static copy of timetable.css to increase chance of being served by Django staticfinders */
|
|
html {}
|
|
|
|
body { font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; }
|
|
|
|
/* minimal rules copied from original timetable.css */
|
|
.table-div { overflow-x: auto; }
|
|
#main-table th { text-align: center; }
|
|
|
|
/* keep the rest in app static */
|