summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJosé Mota <josemota.net@gmail.com>2012-05-23 00:08:27 +0100
committerJosé Mota <josemota.net@gmail.com>2012-05-23 00:08:27 +0100
commit132990980a81088c90eec7972305ed07c3408a09 (patch)
treeff1eb0a697a97db9ee57044732d55035c652e020 /css
parentb2182dae57b6b5e04536028562b65ca3440ae543 (diff)
Center gradient.
Diffstat (limited to 'css')
-rw-r--r--css/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css
index c8912ab..d71ea47 100644
--- a/css/main.css
+++ b/css/main.css
@@ -9,7 +9,7 @@ body, h1, h2, h3, h4, h5, h6, p, li, ol, ul, blockquote, code, pre {
body {
background: rgb(185,179,162) url("images/bg.png");
background: -webkit-radial-gradient(
- top center,
+ center center,
ellipse contain,
rgba(255,255,255,1),
rgba(255,255,255,0))