diff --git a/README.md b/README.md index 8c3991c5c..12c2a4d27 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ To use JS provided by kiwix-serve you can use the following template to start wi ```
- +
``` diff --git a/static/skin/index.css b/static/skin/index.css index 073c42f60..1f406452f 100644 --- a/static/skin/index.css +++ b/static/skin/index.css @@ -113,7 +113,7 @@ body { background-size: 15px; } -.searchButton { +.kiwixButton { margin: 0 17px; height: 35px; width: 100px; @@ -123,7 +123,7 @@ body { border: solid 1px #b5b2b2; } -.searchButton:hover { +.kiwixButton:hover { background-color: #858585; } @@ -434,7 +434,7 @@ body { margin-top: 11px; } - .searchButton { + .kiwixButton { margin: 19px 0; width: 229px; } diff --git a/static/templates/index.html b/static/templates/index.html index 39d5afc9e..1f250c421 100644 --- a/static/templates/index.html +++ b/static/templates/index.html @@ -58,7 +58,7 @@
- +