Gentoo Archives: gentoo-commits

From: Matthew Summers <quantumsummers@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/get-gentoo:master commit in: htdocs/
Date: Mon, 21 Feb 2011 21:31:31
Message-Id: 7cd393b43e0db53ff0f0f384ca3609dc66367f16.quantumsummers@gentoo
1 commit: 7cd393b43e0db53ff0f0f384ca3609dc66367f16
2 Author: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 21 21:30:40 2011 +0000
4 Commit: Matthew Summers <quantumsummers <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 21 21:30:40 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/get-gentoo.git;a=commit;h=7cd393b4
7
8 Small CSS change, layout fix
9
10 ---
11 htdocs/style.css | 7 ++++---
12 1 files changed, 4 insertions(+), 3 deletions(-)
13
14 diff --git a/htdocs/style.css b/htdocs/style.css
15 index d00a820..4d95073 100644
16 --- a/htdocs/style.css
17 +++ b/htdocs/style.css
18 @@ -6,13 +6,14 @@ body {
19 font-size: 16px;
20 font-family: sans-serif;
21 color: #45347B;
22 + margin:0;
23 }
24
25 div.contain {
26 display:inline-block;
27 - width:98%;
28 + width:95%;
29 height:100%;
30 - margin: 1em 1em;
31 + margin: 2em 2.5%;
32 background: rgba(255,255,255,0.20);
33 -moz-border-radius: 142px;
34 -webkit-border-radius: 142px;
35 @@ -56,7 +57,7 @@ div.arches ul {
36 div.arches ul li {
37 float:left;
38 display:block;
39 - width:17.6%;
40 + width:17%;
41 min-width: 160px;
42 margin: 1%;
43 /* padding: 0.5%; */