From 3af0f1dbd3a506622f6313b7ad9e3526f415d874 Mon Sep 17 00:00:00 2001 From: ec2-user Date: Sat, 19 Nov 2011 21:10:55 +0000 Subject: [PATCH] styling changes to error and info boxes, and screencast box, and tweaks to home page to align text better onto background --- public/stylesheets/fc2.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public/stylesheets/fc2.css b/public/stylesheets/fc2.css index 50f9db8..04ea85b 100644 --- a/public/stylesheets/fc2.css +++ b/public/stylesheets/fc2.css @@ -91,7 +91,7 @@ div.contenthome { } .contenthome .tagline { - margin: 5em 4em 0 25em; + margin: 2.5em 4em 0 25em; color: #fff; font-weight: bold; } @@ -902,4 +902,9 @@ div.conduct p.vague { -webkit-border-radius: 0.20em; } +#vimeo-screencast { + margin-top: 2em; + -webkit-box-shadow: 0 1.2em 1.3em rgba(0, 0, 0, .3); + -moz-box-shadow: 0 1.2em 1.3em rgba(0, 0, 0, .3); +} -- 2.25.1