fixed
authorAna Isabel Carvalho <ana.isabelc@gmail.com>
Thu, 5 Jun 2014 12:01:12 +0000 (13:01 +0100)
committerAna Isabel Carvalho <ana.isabelc@gmail.com>
Thu, 5 Jun 2014 12:01:12 +0000 (13:01 +0100)
css/main.css
gnupg-infographic.zip [new file with mode: 0644]

index cef4ecb9131b3eaf9b1536a33d0819d359564af2..973715a57b893d9a0c376c20aa3d1c127ed63d35 100644 (file)
@@ -295,18 +295,18 @@ a:focus > img + strong {
 }
 
 #header #infographic {
+               float: left;
+               display: block;
                background: #fff;
                border-radius: 3px;
-               margin-bottom: 0;
+               margin: 0 1em .5em 0;
+               padding: .5em;
+               width: 250px;
 }
 
-#header #infographic a {
-               display: block;
-               margin: .5em;
-}
 
 #header #infographic img {
-               display: block;
+               display: inline-block;
                width: 100%;
 }
 
@@ -623,15 +623,6 @@ input[type='reset']:hover {
 
 @media only screen and (min-width: 400px) {
 
-               #header #infographic {
-                               margin-bottom: 1.5em;
-                               display: inline;
-               }
-
-               #header #infographic a {
-                               width: 250px;
-               }
-
 }
 
 @media only screen and (min-width: 400px) and (max-width: 599px) {
@@ -653,17 +644,6 @@ input[type='reset']:hover {
                                font-size: 1em;
                }
 
-               #header #infographic {
-                               margin-bottom: 1.5em;
-                               display: inline;
-               }
-
-               #header #infographic a {
-                               width: 250px;
-                               height: 100px;
-                               overflow: hidden;
-               }
-
                .section-intro p {
                                margin: 0.5em 0;
                }
@@ -719,13 +699,7 @@ input[type='reset']:hover {
 
                #header .intro {
                                float: left;
-                               width: 68.75%;
-                               margin-right: 1.72%;
-               }
-
-               #header #infographic {
-                               float: left;
-                               width: 250px;
+                               width: 66%;
                                margin-right: 1.72%;
                }
 
diff --git a/gnupg-infographic.zip b/gnupg-infographic.zip
new file mode 100644 (file)
index 0000000..8b7a66a
Binary files /dev/null and b/gnupg-infographic.zip differ