/**
 * @project     OTRS (http://www.otrs.org) - Agent Frontend
 * @version     $Revision: 1.4 $
 * @copyright   OTRS AG
 * @license     AGPL (http://www.gnu.org/licenses/agpl.txt)
 */

/**
 * @package     Skin "Default"
 * @section     Application
 * @subsection  HTML Reference
 */

@media screen,projection,tv,handheld {

/**
 * @subsubsection     General
 */

.AgentHTMLReference h2 {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.AgentHTMLReference code {
    padding: 2px;
    border: 1px dotted grey;
    background-color: lightgrey;
}

.AgentHTMLReference .OutlineBox {
    border: 1px dotted grey;
}

.AgentHTMLReference .Documentation {
    margin: 15px;
}

.AgentHTMLReference .DocumentationExample {
    margin-top: 15px;
}

} /* end @media print*/