projects
/
themes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
change version number to 2.0a3 for release
[themes.git]
/
EarlyBlue
/
mozapps
/
extensions
/
about.css
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 {
17
padding: 0px 0px 10px;
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
34
.boxIndent {
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