From 1e88de493cbceac8ba5aa0efa636346d91a3504a Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 7 Sep 2013 18:56:27 -0700 Subject: Disabling community feed for beta site. --- src/templates/templates/communityfeed.ftl | 24 ++++++++++++++++++++++++ src/templates/templates/training.ftl | 24 ------------------------ web/style.css | 4 ++-- 3 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 src/templates/templates/communityfeed.ftl diff --git a/src/templates/templates/communityfeed.ftl b/src/templates/templates/communityfeed.ftl new file mode 100644 index 0000000..f3e9477 --- /dev/null +++ b/src/templates/templates/communityfeed.ftl @@ -0,0 +1,24 @@ +
+

The Feed

+
+
+ Q: How has God worked in your life... +
Answer
+
+
+ A: God has worked in an amazing way in my own life. I constantly + (continue) +
+
+
+
+ Q: How has God worked in your life... +
Answer
+
+
+ A: God has worked in an amazing way in my own life. I constantly + (continue) +
+
+
+ diff --git a/src/templates/templates/training.ftl b/src/templates/templates/training.ftl index 1e17ace..a2bf5ea 100644 --- a/src/templates/templates/training.ftl +++ b/src/templates/templates/training.ftl @@ -46,30 +46,6 @@ - -
-

The Feed

-
-
- Q: How has God worked in your life... -
Answer
-
-
- A: God has worked in an amazing way in my own life. I constantly - (continue) -
-
-
-
- Q: How has God worked in your life... -
Answer
-
-
- A: God has worked in an amazing way in my own life. I constantly - (continue) -
-
-
diff --git a/web/style.css b/web/style.css index 3cd5919..96ba12a 100644 --- a/web/style.css +++ b/web/style.css @@ -237,14 +237,14 @@ footer a:hover { #videos { float: left; - width: 70%; + width: 100%; text-align: left; } #videos article { display: inline-block; width: 280px; - margin-right: 30px; + margin-right: 15px; } #videos article h2 { -- cgit v1.2.3