From 6ebd294ffaa59d3dbfdc98f8412fa43cbb19d6e3 Mon Sep 17 00:00:00 2001 From: Terrence Brannon Date: Fri, 28 Oct 2011 10:55:44 -0400 Subject: [PATCH] it works... nice --- public/css/my.css | 19 +++++++- templates/faq.html.ep | 7 ++- templates/layouts/cam.html.ep | 85 +++++++++++++++++------------------ 3 files changed, 66 insertions(+), 45 deletions(-) diff --git a/public/css/my.css b/public/css/my.css index aae34bc..809624f 100644 --- a/public/css/my.css +++ b/public/css/my.css @@ -1,4 +1,4 @@ -align_right { +.align_right { text-align: right; } @@ -6,3 +6,20 @@ align_right { text-align: center; } + + + #header { + + background: -moz-linear-gradient(center top , #434343, #191919) repeat scroll 0 0 transparent; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); + margin-bottom: 20px; + position: fixed; + top: 0; + width: 100%; + z-index: 999; + + } + + #main { + padding-top: 60px; + } diff --git a/templates/faq.html.ep b/templates/faq.html.ep index fad59ba..b92a831 100644 --- a/templates/faq.html.ep +++ b/templates/faq.html.ep @@ -1,15 +1,20 @@ % stash title => 'About';
+

What is this all about?

+
-

It's all about making money

+

It's all about putting the golden rule into action for you, so +you can make money

+

How does it work?

+

Well, it's simple. You buy a slot in the payment queue. And when 2 diff --git a/templates/layouts/cam.html.ep b/templates/layouts/cam.html.ep index 2524a34..5adaf50 100644 --- a/templates/layouts/cam.html.ep +++ b/templates/layouts/cam.html.ep @@ -24,76 +24,75 @@

- +