summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Summers <quantumsummers@gentoo.org>2011-02-21 15:30:40 -0600
committerMatthew Summers <quantumsummers@gentoo.org>2011-02-21 15:30:40 -0600
commit7cd393b43e0db53ff0f0f384ca3609dc66367f16 (patch)
tree2e3a1ada4ba5e8d3f42cea100199b1770e39fb72
parentInitial Working Commit (diff)
downloadget-gentoo-7cd393b43e0db53ff0f0f384ca3609dc66367f16.tar.gz
get-gentoo-7cd393b43e0db53ff0f0f384ca3609dc66367f16.tar.bz2
get-gentoo-7cd393b43e0db53ff0f0f384ca3609dc66367f16.zip
Small CSS change, layout fix
-rw-r--r--htdocs/style.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/htdocs/style.css b/htdocs/style.css
index d00a820..4d95073 100644
--- a/htdocs/style.css
+++ b/htdocs/style.css
@@ -6,13 +6,14 @@ body {
font-size: 16px;
font-family: sans-serif;
color: #45347B;
+ margin:0;
}
div.contain {
display:inline-block;
- width:98%;
+ width:95%;
height:100%;
- margin: 1em 1em;
+ margin: 2em 2.5%;
background: rgba(255,255,255,0.20);
-moz-border-radius: 142px;
-webkit-border-radius: 142px;
@@ -56,7 +57,7 @@ div.arches ul {
div.arches ul li {
float:left;
display:block;
- width:17.6%;
+ width:17%;
min-width: 160px;
margin: 1%;
/* padding: 0.5%; */