You are here

toc.menu.css in TOC API 8

TOC menu styling

File

css/toc.menu.css
View source
  1. /**
  2. * @file
  3. * TOC menu styling
  4. */
  5. .node .toc-menu {
  6. margin: 2em 0;
  7. }
  8. .toc-menu select {
  9. width: 100%;
  10. max-width: 100%;
  11. }