Gentoo Archives: gentoo-commits

From: Christian Ruppert <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: htdocs/
Date: Tue, 29 Mar 2011 22:34:05
Message-Id: 8a63e799d1fdc4a9b922b75b88f716f2e5ec6c3f.idl0r@gentoo
1 commit: 8a63e799d1fdc4a9b922b75b88f716f2e5ec6c3f
2 Author: Alex Legler <alex <AT> a3li <DOT> li>
3 AuthorDate: Tue Mar 29 22:32:31 2011 +0000
4 Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 29 22:33:42 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qa-scripts.git;a=commit;h=8a63e799
7
8 Fix top bar gradient, use sans-serif fonts
9
10 ---
11 htdocs/gentoo-header-bar-bg.png | Bin 210 -> 210 bytes
12 htdocs/screen.css | 1 +
13 2 files changed, 1 insertions(+), 0 deletions(-)
14
15 diff --git a/htdocs/gentoo-header-bar-bg.png b/htdocs/gentoo-header-bar-bg.png
16 index 9e7b3c2..fca09df 100644
17 Binary files a/htdocs/gentoo-header-bar-bg.png and b/htdocs/gentoo-header-bar-bg.png differ
18
19 diff --git a/htdocs/screen.css b/htdocs/screen.css
20 index bb2e3b5..58bfd01 100644
21 --- a/htdocs/screen.css
22 +++ b/htdocs/screen.css
23 @@ -1,6 +1,7 @@
24 /* Gentoo bar */
25 body {
26 margin: 1em;
27 + font-family: sans-serif;
28 }
29
30 div#gentoo-bar {