diff options
author | Matthijs Kuiper <info@matthijskuiper.nl> | 2018-01-10 20:08:33 +0100 |
---|---|---|
committer | Matthijs Kuiper <info@matthijskuiper.nl> | 2018-01-10 20:08:33 +0100 |
commit | 861e3230f0154e6a5942698adedf18d5eb0e0b8a (patch) | |
tree | 904f4efa242804c12f6989bd825b93534ef0a599 /html/assets/style.css | |
parent | fdd379c949056fb3a2198039e452f6aae600ef35 (diff) |
Move imaegs to assets folder
Diffstat (limited to 'html/assets/style.css')
-rwxr-xr-x | html/assets/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/assets/style.css b/html/assets/style.css index 837ea0c..2bca6f0 100755 --- a/html/assets/style.css +++ b/html/assets/style.css @@ -172,7 +172,7 @@ input[type="submit"]:hover { .search {
padding: 6px 15px 6px 30px;
margin: 3px;
- background: url("../images/search.png") no-repeat 8px 6px;
+ background: url("images/search.png") no-repeat 8px 6px;
height: 28px;
}
.searchform {
|