summaryrefslogtreecommitdiff
path: root/css/main.css
diff options
context:
space:
mode:
authorcflem <carson.fl3ming@gmail.com>2017-01-21 16:46:59 -0500
committercflem <carson.fl3ming@gmail.com>2017-01-21 16:46:59 -0500
commita17c35d61bcca213a810ba4abea896075647df66 (patch)
treef3b8da3ff97791b0c0c1b28f519cd23bdb72ded5 /css/main.css
parent1e969333228597382b1229d4e813629f884c698d (diff)
downloadbulletin-a17c35d61bcca213a810ba4abea896075647df66.tar.gz
Created ad responses
Diffstat (limited to 'css/main.css')
-rw-r--r--css/main.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/main.css b/css/main.css
index a6a8672..466fad4 100644
--- a/css/main.css
+++ b/css/main.css
@@ -8,10 +8,10 @@
}
body {
- background-image: linear-gradient(135deg, rgba(0,0,0,0.7) 10%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0)),
+ background-image: linear-gradient(to bottom right, rgba(0,0,0,0.7) 10%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0)),
url('../img/3.jpg');
background-size: cover;
- background-repeat: no-repeat;
+ background-repeat: repeat-y;
background-attachment: fixed;
}
#headerbar {