Rearrange rel-vcs source to avoid rel-vcs/ path prefix in rel-vcs.xpi.
[blog.git] / posts / rel-vcs / chrome / skin / classic / about.css
1 @import url("chrome://global/skin/");
2 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
3
4 #rel-vcs-about-dialog {
5   width: 20em;
6 }
7
8 #rel-vcs-title {
9   font-weight: bold; 
10   font-size: x-large;
11 }
12
13 #rel-vcs-version { 
14   font-size: 0.8em;
15 }
16
17 .important {
18   font-weight: bold;    
19 }