fixed margins and sizes
authorAna Isabel Carvalho <ana.isabelc@gmail.com>
Thu, 5 Jun 2014 14:16:30 +0000 (15:16 +0100)
committerAna Isabel Carvalho <ana.isabelc@gmail.com>
Thu, 5 Jun 2014 14:16:30 +0000 (15:16 +0100)
css/main.css

index 973715a57b893d9a0c376c20aa3d1c127ed63d35..829694d9412054d67eaaae5b7c8a6f77e6d9c346 100644 (file)
@@ -170,14 +170,6 @@ small {
                font-size: 0.85em;
 }
 
-#header .intro {
-       font-size: 1.1em;
-}
-
-#header .intro > #infographic {
-       font-size: .75em;
-}
-
 #header #fsf-intro {
        font-size: .7em;
 }
@@ -520,6 +512,15 @@ input[type='reset']:hover {
                margin-bottom: 1em;
 }
 
+#fsf-intro h3 a {
+               display: block;
+               max-width: 283px;
+}
+
+#fsf-intro h3 img {
+               width: 100%;
+}
+
 .newsletter input[type='text'],
 .newsletter input[type='submit']  {
                font-size: .75em;
@@ -529,6 +530,7 @@ input[type='reset']:hover {
                height: 3em;
                width: 16em;
                padding: .2em .65em;
+               margin-bottom: .5em;
 }
 
 .newsletter input[type='submit'] {
@@ -536,6 +538,7 @@ input[type='reset']:hover {
                padding: .5em 1em;
                margin-left: 5px;
                background-color: #5f8dd3;
+               margin-bottom: .5em;
 }
 
 #fsf-intro .newsletter form + p {
@@ -658,14 +661,14 @@ input[type='reset']:hover {
                #header .intro {
                                float: right;
                                width: 100%;
-                               margin-right: 02.22%;
                }
 
                #header #fsf-intro {
                                float: left;
                                width: 100%;
-                               padding-left: 02.22%;
-                               border-left: 8px solid #ff9b12;
+                               padding-left: 0;
+                               border-left: 0;
+                               margin-bottom: 0;
                }
 
 }