diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2011-12-22 22:01:10 -0800 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2011-12-22 22:01:10 -0800 |
commit | 01000e14783e71d3f17a12a68807dbfccb64cec8 (patch) | |
tree | aad566ade25b3e2a053566a2f990ba4fccb5dd17 | |
parent | 0c231fec38cf9f4049c8916af9222d4dca9d1044 (diff) | |
download | perl-software-in-gnu-guix-01000e14783e71d3f17a12a68807dbfccb64cec8.tar perl-software-in-gnu-guix-01000e14783e71d3f17a12a68807dbfccb64cec8.tar.gz |
only apply background gradient to <html>
-rw-r--r-- | css/main.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/css/main.css b/css/main.css index cf2e92c..851d262 100644 --- a/css/main.css +++ b/css/main.css @@ -32,14 +32,15 @@ html, body { font-weight: 200; letter-spacing: -0.02em; - background: #111; color: #eee; width: 100%; height: 100%; min-height: 600px; +} +html { background: #555a5f; background: -moz-radial-gradient(center, ellipse cover, #555a5f 0%, #1c1e20 100%); background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#555a5f), color-stop(100%,#1c1e20)); @@ -49,7 +50,6 @@ html, body { background: radial-gradient(center, ellipse cover, #555a5f 0%,#1c1e20 100%); } - /********************************************* * HEADERS *********************************************/ @@ -467,7 +467,7 @@ section img { *********************************************/ .progress { - position: absolute; + position: fixed; display: none; height: 4px; width: 100%; |