core-admin/doc/_static/qubes.css
2015-06-29 17:39:25 +02:00

10 lines
158 B
CSS

/* http://stackoverflow.com/questions/21027105/how-can-i-have-sphinx-tables-fit-to-width */
table.docutils col {
width: auto;
}
/*
vim: ts=4 sw=4 et
*/