-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
53 lines (48 loc) · 1.19 KB
/
style.css
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
/* Feed item date */
.FeedItemDate {
font-style: italic;
}
/* Feed item text */
.FeedItemDescription {
padding: 4px 0px;
}
/* Feed item links */
.FeedItemLink {
font-weight: bold;
}
/* Anchor tags in the context of a feed item link */
.FeedItemLink a {
text-decoration: underline;
font-weight: bold;
color: rgb(0,0,0);
}
/* Focused anchor tags */
.FeedItemLink a:focus {
background: rgb(253,200,47);
color: rgb(0,0,0);
}
table.bugzilla {
font: normal 12px Arial, sans-serif;
border-width: thin thin thin thin;
border-spacing: 0px;
border-style: none none none none;
border-color: black black black black;
border-collapse: collapse;
background-color: white;
}
table.bugzilla th {
font: normal 12px Arial, sans-serif;
border-width: thin thin thin thin;
padding: 1px 1px 1px 1px;
border-style: inset inset inset inset;
border-color: gray gray gray gray;
background-color: white;
}
table.bugzilla td {
font: normal 12px Arial, sans-serif;
border-width: thin thin thin thin;
padding: 1px 1px 1px 1px;
border-style: inset inset inset inset;
border-color: gray gray gray gray;
background-color: white;
}