diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-09-14 16:00:53 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-09-14 16:00:53 -0700 |
commit | d5d16b1815beb8e8db78c9029eb5f14fdfdfde92 (patch) | |
tree | 4fec5d4a411cca8a9e4847abd1e8a9fb74abfc7a | |
parent | fb36eb322d349a594d6425f7af8e9c4774f4a0a3 (diff) |
Contact page editing changesv20130914a
-rw-r--r-- | src/templates/pages/contact.html.ftl | 2 | ||||
-rw-r--r-- | web/style.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/pages/contact.html.ftl b/src/templates/pages/contact.html.ftl index d8a0a29..6aff74f 100644 --- a/src/templates/pages/contact.html.ftl +++ b/src/templates/pages/contact.html.ftl @@ -10,7 +10,7 @@ <p> If you have any questions about GROW, please complete the following - form, and we will be in touch soon, or call us at 253-848-9111. + form and we will be in touch soon, or call us at 253-848-9111. </p> <form action="${dynamicRoot}/contactus" method="post"> diff --git a/web/style.css b/web/style.css index aef1ae0..e9cd3dd 100644 --- a/web/style.css +++ b/web/style.css @@ -24,7 +24,7 @@ input[type="text"], input[type="password"] { label { text-align: right; - width: 10%; + width: 15%; display: inline-block; } |