summaryrefslogtreecommitdiff
path: root/css/index.css
blob: 265ceb25b2a1200136fd2af3d08c27f512c31e18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.thumb img {
	max-height : 180px;
}

.thumb.read img {
	opacity : 0.25;
}

.in_progress {
	font-style : italic;
}

.caption div {
	overflow : hidden;
	text-overflow: ellipsis;
	white-space : nowrap;
}