styling changes to error and info boxes, and screencast box, and tweaks to home page...
authorec2-user <ec2-user@fcdev4.finalsclub.org>
Sat, 19 Nov 2011 21:10:55 +0000 (21:10 +0000)
committerec2-user <ec2-user@fcdev4.finalsclub.org>
Sat, 19 Nov 2011 21:10:55 +0000 (21:10 +0000)
public/stylesheets/fc2.css

index 50f9db8a46776fb0eaf10d647e4a984d7fd28916..04ea85b43097bf436d099d469a9ebb170e9286d6 100644 (file)
@@ -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);
+}