Commit fd41444438f01f665fb1b0ecbe8e9118b4fcc0a0

Authored by Daniela Feitosa
1 parent ef551d3b

Displaying image on bg of search

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
style.css
... ... @@ -807,3 +807,7 @@ div#article-parent {
807 807 width:136px;
808 808 color:#98baa5;
809 809 }
  810 +
  811 +#header input.searchButton {
  812 + background-image: url(images/search-button.gif);
  813 +}
... ...