summaryrefslogtreecommitdiff
path: root/scraper/client/paper/paper.css
blob: cd2f8529ff01de6fe6c53ae60a4fa56197d04381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.paperInfo {
  padding: 10px;
}

.citations ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.citations li {
  list-style-type: none;
  margin: 0;
  padding-bottom: 40px;
}

.type {
  color: #888;
}