fix a few coloring problems in both themes with new add-ons manager
[themes.git] / EarlyBlue / mozapps / extensions / about.css
CommitLineData
49037d9b
RK
1#clientBox {
2 background-color: #FFFFFF;
3 color: #000000;
4}
5
6#extensionName {
7 font-size: large;
8 font-weight: bold;
9}
10
11#extensionVersion {
12 font-weight: bold;
13 color: #808080;
14}
15
16#genericAbout {
02920d2b 17 padding: 0px 0px 10px;
49037d9b
RK
18 min-height: 200px;
19 width: 30em;
20}
21
22#groove {
23 margin-top: 0px;
24}
25
26#clientBox {
27 padding: 10px;
28}
29
30#extensionDescription {
31 color: #666699;
32}
33
ecb2fda9 34.boxIndent {
49037d9b
RK
35 -moz-margin-start: 6px;
36}
37
38#extensionCreator, .contributor {
39 margin: 0px;
40}
41
42.sectionTitle {
43 border-top: 2px groove #CCD0DD;
44 padding: 3px 0px;
45 margin-top: 3px;
46 font-weight: bold;
47}
48