Blame Identity/Webenv/Themes/Default/Style-guide/0.0.1/css/layout-2cols.css

10fcb3
/* 
10fcb3
 * Webenv -> Layout (Two columns).
4d19ae
 *
10fcb3
 * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
5ee501
 *
10fcb3
 * This CSS is free software; you can redistribute it and/or modify it
10fcb3
 * under the terms of the GNU General Public License as published by
10fcb3
 * the Free Software Foundation; either version 2 of the License, or
10fcb3
 * (at your option) any later version.
5ee501
 *
10fcb3
 * This CSS is distributed in the hope that it will be useful, but
5ee501
 * WITHOUT ANY WARRANTY; without even the implied warranty of
5ee501
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
5ee501
 * General Public License for more details.
4d19ae
 *
5ee501
 * You should have received a copy of the GNU General Public License
5ee501
 * along with this program; if not, write to the Free Software
bf684f
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
bf684f
 *
5ee501
 * ----------------------------------------------------------------------
5ee501
 * $Id$
5ee501
 * ----------------------------------------------------------------------
4d19ae
 */
4d19ae
859d61
div#page-body div#content {
4d19ae
    margin-right: 180px;
7519de
    border-right: 3px #EEE solid;
7519de
    }
4d19ae
daf965
div#page-body div#rightbar {
4d19ae
    float:right;
7519de
    width: 180px;
4d19ae
    font-size: small;
7519de
    border-left: 3px #EEE solid;
7519de
    }