Gentoo Archives: gentoo-commits

From: "Xavier Neys (neysx)" <neysx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/css: main.css
Date: Wed, 31 Oct 2007 10:19:16
Message-Id: E1InAfD-0005hm-Hh@stork.gentoo.org
1 neysx 07/10/31 10:19:07
2
3 Modified: main.css
4 Log:
5 Show name of missing values instead of nothing
6
7 Revision Changes Path
8 1.17 xml/htdocs/css/main.css
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/css/main.css?rev=1.17&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/css/main.css?rev=1.17&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/css/main.css?r1=1.16&r2=1.17
13
14 Index: main.css
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/css/main.css,v
17 retrieving revision 1.16
18 retrieving revision 1.17
19 diff -u -r1.16 -r1.17
20 --- main.css 20 Aug 2007 13:31:12 -0000 1.16
21 +++ main.css 31 Oct 2007 10:19:07 -0000 1.17
22 @@ -267,7 +267,7 @@
23
24 .code {
25 font-family: monospace, "Courier New";
26 - color: #0000ff;
27 + color: #0000c8;
28 font-size: 1.0em;
29 }
30
31 @@ -280,6 +280,13 @@
32 font-style: italic;
33 }
34
35 +.missing-value {
36 + font-style: italic;
37 + font-weight: lighter;
38 + text-decoration: line-through;
39 + color: #A06060;
40 +}
41 +
42 P.note {
43 margin-top: 0;
44 margin-bottom: 0;
45
46
47
48 --
49 gentoo-commits@g.o mailing list