From: ec2-user Date: Sat, 19 Nov 2011 21:10:55 +0000 (+0000) Subject: styling changes to error and info boxes, and screencast box, and tweaks to home page... X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3af0f1dbd3a506622f6313b7ad9e3526f415d874;p=oweals%2Ffinalsclub.git styling changes to error and info boxes, and screencast box, and tweaks to home page to align text better onto background --- 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); +}