From 86bdb045e38e024cac45d3654d5641fe84f320c9 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sun, 22 Mar 2015 19:42:14 +0000 Subject: [PATCH] white bkg for status page --- public/css/style.css | 4 +++- views/subscription-status.php | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 765ced4..24f8e4f 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -26,9 +26,11 @@ body.logged-out { } .narrow { + background: #fff; max-width: 700px; margin-right: auto; - margin-left: auto; + margin-left: auto; + padding: 10px; } .footer { diff --git a/views/subscription-status.php b/views/subscription-status.php index 759d2ce..e5d2def 100644 --- a/views/subscription-status.php +++ b/views/subscription-status.php @@ -1,3 +1,5 @@ +
+ subscription->active): ?>
This subscription is active!
@@ -33,4 +35,6 @@ - \ No newline at end of file + + +
\ No newline at end of file