summaryrefslogtreecommitdiff
path: root/html/assets/style.css
diff options
context:
space:
mode:
authorMatthijs Kuiper <info@matthijskuiper.nl>2018-01-10 20:08:33 +0100
committerMatthijs Kuiper <info@matthijskuiper.nl>2018-01-10 20:08:33 +0100
commit861e3230f0154e6a5942698adedf18d5eb0e0b8a (patch)
tree904f4efa242804c12f6989bd825b93534ef0a599 /html/assets/style.css
parentfdd379c949056fb3a2198039e452f6aae600ef35 (diff)
Move imaegs to assets folder
Diffstat (limited to 'html/assets/style.css')
-rwxr-xr-xhtml/assets/style.css2
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 {