qubes.css 158 B

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