From 977eb53ede3fe114258ab66c33c4bffc0b3f0e1f Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Tue, 25 Jan 2011 14:34:52 -0500 Subject: [PATCH] docs : superlist tweak for .masonry .link --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 3d0ff8a..355ccbf 100644 --- a/css/style.css +++ b/css/style.css @@ -600,7 +600,8 @@ code .nd { color: #9FAD7E; } /* CSS pseudo selector */ #super-list.masonry li { width: 216px; } -#super-list.masonry li.feature { +#super-list.masonry li.feature, +#super-list.masonry li.link { width: 436px; }