Hello everyone!
I was on the fel section and I noticed that there is a block over an image that it wasn't display correctly.[1] I changed the css for that and I attach the patch.
From ca393ed2baece1b01e956da18ccf659a764b949a Mon Sep 17 00:00:00 2001 From: Kiara Navarro <sophiekovalevsky@xxxxxxxxxxxxxxxxx> Date: Wed, 1 Jan 2014 11:16:21 -0500 Subject: [PATCH] Set overflow hidden to an image on About FEL section. --- spins.fedoraproject.org/static/css/spins.fedora.css | 1 + 1 file changed, 1 insertion(+) diff --git a/spins.fedoraproject.org/static/css/spins.fedora.css b/spins.fedoraproject.org/static/css/spins.fedora.css index e6510d4..9561786 100644 --- a/spins.fedoraproject.org/static/css/spins.fedora.css +++ b/spins.fedoraproject.org/static/css/spins.fedora.css @@ -615,6 +615,7 @@ div.creator-interview display: block; clear: left; margin-bottom: 1em; + overflow: hidden; } .which-arch h4 { -- 1.7.11.7
-- websites mailing list websites@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/websites