Template:Reflist/styles.css

From Fallen London Wiki
.reflist .references {
  font-size: 100%;
  margin-bottom: 0;
  list-style-type: inherit;
}

.reflist-upper-alpha {
	list-style-type: upper-alpha;
}

.reflist-upper-roman {
	list-style-type: upper-roman;
}

.reflist-lower-alpha {
	list-style-type: lower-alpha;
}

.reflist-lower-greek {
	list-style-type: lower-greek;
}

.reflist-lower-roman {
	list-style-type: lower-roman;
}