From a16d082a9f7c6c8b5c6148d0db5be90e8d4a23c0 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Tue, 3 May 2011 14:05:11 +0200 Subject: [PATCH] Hiding breadcrumb in the main page --- index.php | 6 +++++- main/css/base.css | 18 +++++++++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index c00b60eec3..71956fe843 100755 --- a/index.php +++ b/index.php @@ -130,7 +130,11 @@ else { if (!api_get_user_id()) { $header_title = null; }*/ -Display::display_header(" "); +$header_title = null; +if (!api_is_anonymous()) { + $header_title = " "; +} +Display::display_header($header_title); /* MAIN CODE */ diff --git a/main/css/base.css b/main/css/base.css index 1fea1df0c2..53eb674ac6 100644 --- a/main/css/base.css +++ b/main/css/base.css @@ -497,7 +497,7 @@ button:hover { zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */ display: inline; vertical-align: baseline; - margin: 0 2px; + /* margin: 0 2px; */ outline: none; cursor: pointer; text-align: center; @@ -584,3 +584,19 @@ button:hover { background: -moz-linear-gradient(top, #f47a20, #faa51a); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a'); } + +.menulist li { + margin-top: 10px; +} + +#social_widget { + margin-bottom: 0px; +} + +.menusection { + margin: 15px 0 0 6px; +} + +.menusectioncaption { + +}