diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-03-14 15:22:42 +1300 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-03-14 15:24:40 +1300 |
commit | 82299f675955eebb1f024a4f7272c894a6a665d8 (patch) | |
tree | fc4ab0b668599de6cbefed37d1848e83bb013c21 /petrichor.css | |
parent | 00f2fc95a0db4e2f26c5d09ac292d0e682799744 (diff) | |
download | petrichor-82299f675955eebb1f024a4f7272c894a6a665d8.tar.xz |
Move all remaining images to common directory
Diffstat (limited to 'petrichor.css')
-rw-r--r-- | petrichor.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/petrichor.css b/petrichor.css index c752ff0..a8ef1ad 100644 --- a/petrichor.css +++ b/petrichor.css @@ -1,7 +1,7 @@ html { color: #FFF; - background-image: url('bg.jpg'); + background-image: url('image/bg.jpg'); background-size: cover; font-family: "Roboto Condensed"; } @@ -220,7 +220,7 @@ a.user color: #333; opacity: 0.5; padding-right: 2em; - background: url('drop-down.svg') no-repeat right #FFF; + background: url('image/drop-down.svg') no-repeat right #FFF; -webkit-appearance: none; -moz-appearance: none; /* only for when testing */ } |