From 672bfd9da56221183f34a9c98e912f30959584e7 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 30 Oct 2013 22:35:15 +0100 Subject: [PATCH] portal style: only 2 columns, no spacing --- content/static/style/default.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/static/style/default.css b/content/static/style/default.css index a843f152a..779b2d939 100644 --- a/content/static/style/default.css +++ b/content/static/style/default.css @@ -440,12 +440,13 @@ abbr.dtstart, abbr.dtend { #portal article { display: inline-block; text-align: left; + margin: -0.4em -0.15em; } #portal article > a { display: block; position: relative; - width: 14.5em; - height: 14.5em; + width: 25em; + height: 25em; overflow: hidden; border-bottom: none; margin: 0;