From 61d364e5c44ff640e7a92b7f6e2d56086641ad35 Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Wed, 7 Mar 2012 10:24:13 +0200 Subject: [PATCH] widening the progress bar --- gallerystyle.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gallerystyle.css b/gallerystyle.css index 06678b8..60b2929 100644 --- a/gallerystyle.css +++ b/gallerystyle.css @@ -133,7 +133,7 @@ body { display: none; text-align: center; font-family: sans-serif; - font-size: small; + font-size: 13px; } #desccontainer a { text-decoration: none; @@ -225,11 +225,11 @@ img { } #progressbar { text-align:left; - color:black; - background-color:black; + color:#ddd; + background-color:#ddd; border-width:0; - height:1px; + height:13px; margin-left:0; - margin-bottom: -2px; - margin-top: 2px; + margin-bottom: -16px; + margin-top: 1px; }