From cdbd9b926fed65b08d351ee178e3a1ec8dca05f2 Mon Sep 17 00:00:00 2001 From: Ana Isabel Carvalho Date: Thu, 5 Jun 2014 01:56:32 +0100 Subject: [PATCH] Styling ul.imageswq --- css/main.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/css/main.css b/css/main.css index 9497ff1..d12e8c3 100644 --- a/css/main.css +++ b/css/main.css @@ -267,7 +267,7 @@ a:focus > img + strong { width: 96%; clear: both; margin: 0 auto; - padding: 1em 0; + padding: 0 0 1em; } #header h1 { @@ -314,7 +314,7 @@ a:focus > img + strong { .section-intro { padding-bottom: 1.5em; border-bottom: 1px solid #5f8dd3; - margin-bottom: 2em: + margin-bottom: 2em; } .section-intro p { @@ -533,7 +533,6 @@ input[type='reset']:hover { #fsf-intro .newsletter form + p { margin: .25em 0 0; - font-size: } /* PGP pathfinder @@ -721,16 +720,16 @@ input[type='reset']:hover { display: inline-block; float: left; width: 47%; - margin: 0 3% 0 0; + margin: 0 3% 1em 0; } .sidebar ul.images li:nth-child(n) { - clear: left; - margin: 0 3% 0 0; + margin: 0 0 0 3%; } .sidebar ul.images li:nth-child(2n+1) { - margin: 0 0 0 3%; + clear: left; + margin: 0 3% 1em 0; } .sidebar ul.images li > img { -- 2.25.1