File: indent-section-headers.css

package info (click to toggle)
matrix-synapse 1.146.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 79,996 kB
  • sloc: python: 261,671; javascript: 7,230; sql: 4,758; sh: 1,302; perl: 626; makefile: 207
file content (7 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
/*
 * Indents each chapter title in the left sidebar so that they aren't
 * at the same level as the section headers.
 */
.chapter-item {
    margin-left: 1em;
}