diff options
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 {
|