/*******************************************************************************
 *
 * BiO Skin for PmWiki 2
 * Copyright (c) 2006 Bioinformatics Org., Inc.
 *
 * Modified by Bioinformatics.Org from the Light Skin by Hagan Fox.
 * Copyright (c) 2005 Hagan Fox (haganfox AT users.sourceforge.net)
 *
 * Based on pmwiki.css
 * Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)
 *
 * You can redistribute this file and/or modify it under the terms
 * of the GNU General Public License as published by the Free Software
 * Foundation; either version 2 of the License, or (at your option)
 * any later version.  See http: //www.gnu.org/licenses/gpl.txt
 *
 ******************************************************************************/

/*
These CSS selectors will overrride selectors PmWiki injects into
the HTML header.
*/
.indent
{
    margin-left: 30px;
}

.outdent
{
    margin-left: 30px;
    text-indent: -30px;
}

.diffbox
{
    width: 745px;
    margin-top: 10px;
}

.diffadd code, .diffdel code
{
    padding-right: 1px;
    white-space: normal;
}

.diffrestore, .difftype, .difftime .diffauthor
{
    font-size: 8pt;
}

.diffrestore
{
    margin-top: 2px;
}
