42
|
1 |
/* Feed item date */
|
|
2 |
.FeedItemDate {
|
|
3 |
font-style: italic;
|
|
4 |
}
|
|
5 |
|
|
6 |
/* Feed item text */
|
|
7 |
.FeedItemDescription {
|
|
8 |
padding: 4px 0px;
|
|
9 |
}
|
|
10 |
|
|
11 |
/* Feed item links */
|
|
12 |
.FeedItemLink {
|
|
13 |
font-weight: bold;
|
|
14 |
}
|
|
15 |
|
|
16 |
/* Anchor tags in the context of a feed item link */
|
|
17 |
.FeedItemLink a {
|
|
18 |
text-decoration: underline;
|
|
19 |
font-weight: bold;
|
|
20 |
color: rgb(0,0,0);
|
|
21 |
}
|
|
22 |
|
|
23 |
/* Focused anchor tags */
|
|
24 |
.FeedItemLink a:focus {
|
|
25 |
background: rgb(253,200,47);
|
|
26 |
color: rgb(0,0,0);
|
|
27 |
}
|
|
28 |
|
|
29 |
table.bugzilla {
|
|
30 |
font: normal 12px Arial, sans-serif;
|
|
31 |
border-width: thin thin thin thin;
|
|
32 |
border-spacing: 0px;
|
|
33 |
border-style: none none none none;
|
|
34 |
border-color: black black black black;
|
|
35 |
border-collapse: collapse;
|
|
36 |
background-color: white;
|
|
37 |
}
|
|
38 |
table.bugzilla th {
|
|
39 |
font: normal 12px Arial, sans-serif;
|
|
40 |
border-width: thin thin thin thin;
|
|
41 |
padding: 1px 1px 1px 1px;
|
|
42 |
border-style: inset inset inset inset;
|
|
43 |
border-color: gray gray gray gray;
|
|
44 |
background-color: white;
|
|
45 |
}
|
|
46 |
table.bugzilla td {
|
|
47 |
font: normal 12px Arial, sans-serif;
|
|
48 |
border-width: thin thin thin thin;
|
|
49 |
padding: 1px 1px 1px 1px;
|
|
50 |
border-style: inset inset inset inset;
|
|
51 |
border-color: gray gray gray gray;
|
|
52 |
background-color: white;
|
|
53 |
}
|
|
54 |
|
|
55 |
.codebox {
|
|
56 |
font: normal 12px Arial, sans-serif;
|
|
57 |
border-width: 1px 1px 1px 1px;
|
|
58 |
padding: 1px 1px 1px 1px;
|
|
59 |
border-style: inset inset inset inset;
|
|
60 |
border-color: gray gray gray gray;
|
|
61 |
}
|
|
62 |
#description_build {
|
|
63 |
font-size:15px;
|
|
64 |
|
|
65 |
}
|
|
66 |
|
|
67 |
#packagelabel {
|
|
68 |
|
|
69 |
font-weight: bold;
|
|
70 |
|
|
71 |
}
|
|
72 |
|
|
73 |
#bugzillaview {
|
|
74 |
|
|
75 |
text-align: center;
|
|
76 |
}
|