diff options
| author | cflem <carson.fl3ming@gmail.com> | 2017-01-21 16:52:18 -0500 |
|---|---|---|
| committer | cflem <carson.fl3ming@gmail.com> | 2017-01-21 16:52:18 -0500 |
| commit | 5564b3a9cb432f1f7eb76bd325251312904bb893 (patch) | |
| tree | 9895a1e4edcd373a5c8aa507e19a1477a61f08ab /dash/css/dash.css | |
| parent | a17c35d61bcca213a810ba4abea896075647df66 (diff) | |
| download | bulletin-5564b3a9cb432f1f7eb76bd325251312904bb893.tar.gz | |
Restyled a little
Diffstat (limited to 'dash/css/dash.css')
| -rw-r--r-- | dash/css/dash.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dash/css/dash.css b/dash/css/dash.css index dd278a9..86982df 100644 --- a/dash/css/dash.css +++ b/dash/css/dash.css @@ -9,7 +9,7 @@ body { 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/0.jpg'); background-size: cover; - background-repeat: repeat-y; + background-repeat: no-repeat; background-attachment: fixed; } #nav { |
