core-admin/doc/_static/qubes.css

10 lines
158 B
CSS
Raw Normal View History

2015-01-12 12:33:18 +01:00
/* 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
*/