File: ChangesSimpleStyle.css

package info (click to toggle)
lucene8 8.8.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 117,932 kB
  • sloc: java: 701,725; xml: 20,603; python: 2,406; perl: 1,372; cpp: 330; javascript: 188; makefile: 18; sh: 12
file content (13 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (30)
1
2
3
4
5
6
7
8
9
10
11
12
13
li.bulleted-list {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

li {
  margin-top: 1em;
  margin-bottom: 1em;
}

span.attrib {
  color: darkgreen;
}