From 835c5685e386216e016212f589cdef047b027ac4 Mon Sep 17 00:00:00 2001 From: cash Date: Mon, 6 Dec 2010 00:22:38 +0000 Subject: Fixed minor display issues with blog breadcrumbs and also the archives page git-svn-id: http://code.elgg.org/elgg/trunk@7543 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/screen.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'views') diff --git a/views/default/css/screen.php b/views/default/css/screen.php index 5835033ff..558971d3f 100644 --- a/views/default/css/screen.php +++ b/views/default/css/screen.php @@ -369,13 +369,15 @@ h2 { margin-right: 10px; } +.elgg-list { + border-top: 1px dotted #CCCCCC; + margin: 5px 0; +} + .elgg-list li { border-bottom: 1px dotted #CCCCCC; } -.elgg-list { - border-top: 1px dotted #CCCCCC; -} .elgg-center { margin: 0 auto; -- cgit v1.2.3