-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfairfaxify.css
More file actions
50 lines (41 loc) · 705 Bytes
/
Copy pathfairfaxify.css
File metadata and controls
50 lines (41 loc) · 705 Bytes
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.articlelistitem img {
display: block;
float: left;
margin-right: 10px;
}
.articlelistitem span, .article_info span {
display: block;
}
.articlelistitem span:last-child:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.articlelistitem span.article_heading {
font-size: 130%;
}
.articlelistitem span.article_description {
font-size: 90%;
font-weight: normal;
color: #666;
}
.articlelistitem {
clear: both;
}
.article_info span, .article_info div {
text-align: center;
}
.article_info img {
display: inline-block;
margin-top: 15px;
}
.article_info_header {
font-size: 150%;
color: #666;
}
.article_info_body {
font-size: 90%;
}