summaryrefslogtreecommitdiff
path: root/src/scaladoc/scala/tools/nsc/doc/html/resource/lib/ref-index.css
blob: 7d64b9c5c533e0acaab95fdb5b2705b1c9fb7978 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
body {
	font-size: 10pt;
	font-family: Arial, sans-serif;
}

a {
	color:#315479;
}

.letters {
  width:100%;
  text-align:center;
  margin:0.6em;
  padding:0.1em;
  border-bottom:1px solid gray;
}

.entry {
  border-bottom: 1px solid lightgray;
  padding: 5px 0 8px;
}

.name {
	/* background-color:#E5E5E5; */
}

.occurrences {
  margin-left: 1em;
  margin-top: 5px;	
}