/**
 * @file    libsbml-python-stylesheet.css
 * @brief   Additional stylesheet used for Python 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.
 */

.memdoc > pre.signature:first-of-type {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #f5f5f5;
    border: 1px solid #eeeeee;
    padding: 5px;
    margin-right: 15px;
}

.contents div.textblock div.fragment {
    padding-left: 0.25em !important;  /* Overrides libsbml-doxygen-stylesheet */
    padding-top: 0 !important;
    padding-bottom: 0.25em !important;
}
