diff --git a/css/custom.css b/css/custom.css index 6d9fe20..b9a045b 100644 --- a/css/custom.css +++ b/css/custom.css @@ -22,3 +22,8 @@ a { body { background: url(/img/bright_squares.png) repeat 0 0; } +iframe { + width: 100%; + height: 1080px; + border: none; +} diff --git a/templates/login.html b/templates/login.html index 7568bd7..b75293f 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,22 +1,16 @@ {{template "header.html" .S}} @@ -54,7 +48,7 @@ function checkPasswordMatch() {

Create an Account

-
+
@@ -69,7 +63,7 @@ function checkPasswordMatch() { - +
@@ -77,7 +71,8 @@ function checkPasswordMatch() { - + +
Passwords don't match!
diff --git a/templates/read.html b/templates/read.html index d2eaf62..ae6a5b6 100644 --- a/templates/read.html +++ b/templates/read.html @@ -34,13 +34,6 @@ {{end}}
- - {{if not .Book.Active}}

waiting for moderation

@@ -60,7 +53,7 @@ - +
+ {{template "footer.html" .S}}