From 52f5c67912992aecd2a58b32cb81e1aabb7d94cc Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Wed, 5 Feb 2014 15:59:28 +0200 Subject: [PATCH] Add form.js markup and CSS --- a/account.en | 2 +- css/custom.css | 4 ++++ lib/Gruntmaster/Page/Base.pm | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/a/account.en b/a/account.en index 7c55ecf..931e084 100644 --- a/a/account.en +++ b/a/account.en @@ -1,5 +1,5 @@

Register

-
+
diff --git a/css/custom.css b/css/custom.css index b4601d8..4cc0ab7 100644 --- a/css/custom.css +++ b/css/custom.css @@ -46,3 +46,7 @@ div.container-fluid { .list-group-item, .form-control { max-width: 30em; } + +div#result{ + text-align: center; +} \ No newline at end of file diff --git a/lib/Gruntmaster/Page/Base.pm b/lib/Gruntmaster/Page/Base.pm index b328d2b..91c2764 100644 --- a/lib/Gruntmaster/Page/Base.pm +++ b/lib/Gruntmaster/Page/Base.pm @@ -76,7 +76,7 @@ my %orig_header_templates = (
TITLE_GOES_HERE
- +
HTML ); -- 2.39.2