From b23d74e5822aca0ca78f32e2fcf10447193038a9 Mon Sep 17 00:00:00 2001 From: fortinux Date: Thu, 30 Oct 2014 14:12:44 -0200 Subject: [PATCH] repeat bkground image --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a23964c..e9569ea 100644 --- a/style.css +++ b/style.css @@ -37,7 +37,7 @@ /* Main style page */ body { - background: #FFF url('./images/bg-gradient.png') top left repeat-x; + background: #FFF url('./images/bg-gradient.png') top left repeat; } #wrap-1 { -- libgit2 0.21.2