-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticle.css
More file actions
59 lines (49 loc) · 868 Bytes
/
article.css
File metadata and controls
59 lines (49 loc) · 868 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
51
52
53
54
55
56
57
58
59
/*$Id$*/
/*term*/
.article-list-summary {
overflow: hidden;
clear: both;
margin: 5px 0;
padding: 5px 0;
border-bottom: 1px solid #ccc;
}
.article-list-summary-image {
float: left;
margin-right: 5px;
}
.article-list-summary-body {
padding: 10px 0;
}
.article-list-summary-links {
text-align: right;
color: #444;
margin: 10px 0 0 0;
}
.article-list-summary-links span {
padding: 0 5px;
}
/*view*/
.article-view-links {
padding: 8px 0;
margin: 5px 0;
text-align: right;
color: #444;
border-bottom: 1px solid #ddd;
}
.article-view-links span {
padding: 0 5px;
}
.article-view-prev-and-next {
overflow: hidden;
padding: 8px 0;
margin: 15px 0 5px 0;
border-bottom: 1px dotted #000;
}
.article-view-prev-and-next .left {
float: left;
width: 46%;
}
.article-view-prev-and-next .right {
float: right;
width: 46%;
}