From 4c9c60671dd922fd384adee312247f7b7019f873 Mon Sep 17 00:00:00 2001 From: pete Date: Sat, 15 May 2010 14:27:40 +0000 Subject: Updates to core css UI and riverdashboard mod. git-svn-id: http://code.elgg.org/elgg/trunk@6062 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'views/default') diff --git a/views/default/css.php b/views/default/css.php index dba14194a..060bc7d39 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -138,7 +138,7 @@ h1, h2, h3, h4, h5, h6 { color:#0054A7; } h1 { font-size: 1.8em; } -h2 { font-size: 1.5em; } +h2 { font-size: 1.5em; line-height: 1.1em; } h3 { font-size: 1.2em; } h4 { font-size: 1.0em; } h5 { font-size: 0.9em; } @@ -234,9 +234,9 @@ h2 { .tags { background-image:url(_graphics/elgg_sprites.png); background-repeat: no-repeat; - background-position: left -198px; - padding:1px 0 0 16px; - font-size: 90%; + background-position: left -196px; + padding:1px 0 0 14px; + font-size: 85%; } .tagcloud { text-align:justify; @@ -968,7 +968,7 @@ li.navigation_more ul li { clear:both; display:block; margin:0; - padding:5px 0 7px; + padding:4px 0 4px; position:relative; } .entity_listing:first-child { @@ -1000,6 +1000,7 @@ li.navigation_more ul li { font-size: 1.1em; line-height:1.2em; color:#666666; + padding-bottom:4px; } .entity_title a { color:#0054A7; -- cgit v1.2.3