From 43f341b68f0ce5b27b04fdc07344c9e8b12cc571 Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Fri, 8 Apr 2011 11:05:19 -0400 Subject: [PATCH] Change feeds in sidebar to a vertical list. --- theme/rebase/css/display.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/theme/rebase/css/display.css b/theme/rebase/css/display.css index 45553e973a..43f477cd1e 100644 --- a/theme/rebase/css/display.css +++ b/theme/rebase/css/display.css @@ -717,15 +717,10 @@ display:none; #export_data li { list-style-type:none; - display: inline; - line-height: 2; + line-height: 2.5; } #export_data li a { - padding-left: 20px; - margin-right: 10px; -} -#export_data li a.foaf { padding-left: 30px; }