diff --git a/public/main.css b/public/main.css index 732a23d..deba120 100644 --- a/public/main.css +++ b/public/main.css @@ -69,11 +69,11 @@ } .searchform input::-webkit-input-placeholder { - color: #888; + color: #888; } .searchform input:-moz-placeholder { - color: #888; + color: #888; } .searchform input:focus { diff --git a/server/templates/header.ejs b/server/templates/header.ejs index 1271c1e..e425b08 100644 --- a/server/templates/header.ejs +++ b/server/templates/header.ejs @@ -1,4 +1,10 @@ + + + Goodreads API + + + diff --git a/server/templates/index.ejs b/server/templates/index.ejs index d889006..b5c7ad6 100644 --- a/server/templates/index.ejs +++ b/server/templates/index.ejs @@ -1,19 +1,12 @@ <% include header %> - - -Goodreads API - - - - - -
-
- - + +
+ + + -
+
<% include footer %> \ No newline at end of file diff --git a/server/templates/search.ejs b/server/templates/search.ejs index 309f1f4..d153579 100644 --- a/server/templates/search.ejs +++ b/server/templates/search.ejs @@ -1,16 +1,12 @@ <% include header %> - - -Goodreads API - - - + - -
+ +
-
+
+ <% include footer %> \ No newline at end of file