blob: a09f370c1b597afff13546571d34277b727fdcb0 [file]
/*******************************************************************************
* Copyright (c) 2006, 2009 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/* could show the "selected" image for this page */
#navigation-links a#overview img {
background: url(../graphics/icons/ctool/overview.png) center/contain no-repeat;
width : auto;
height: 64px;
margin-top: 2px;
}
#navigation-links a#.high-contrast#overview img {
display : none;
}
#navigation-links #overview .link-label {
display : none;
}