/**
 * @file    libsbml-c-stylesheet.css
 * @brief   Additional stylesheet used for C documentation.
 * @author  Michael Hucka
 *
 * This file is part of libSBML.  Please visit http://sbml.org for more
 * information about SBML, and the latest version of libSBML.
 */

/* Hide the "Data Structures" tab across the top, because the name is too
   long and it's not essential -- we have other ways to get to it. */

.tablist li a[href="annotated.html"] 
{
    display: none;
}

/* This makes the text of the tab named "Alphabetical Listings" narrower.
   (The reason it's the functions.html file is that in doxygen-layout-c.xml,
   we redefine the title to be "Alphabetical Listings".) */

.tablist li a[href="functions.html"]
{
    letter-spacing: -1px;
}
