File: ChangesSimpleStyle.css

package info (click to toggle)
lucene-solr 3.6.2%2Bdfsg-27
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 91,144 kB
  • sloc: java: 465,555; xml: 24,939; javascript: 5,291; ruby: 3,453; jsp: 2,637; python: 1,619; sh: 1,556; perl: 1,407; cpp: 305; makefile: 41
file content (13 lines) | stat: -rwxr-xr-x 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;
}