|
|
4d19ae |
/* CSS
|
|
|
4d19ae |
*
|
|
|
5ee501 |
* base-app-content-1.css -- This file extends `base-app.css' visual
|
|
|
5ee501 |
* style to provide content presentation in two columns, one on the
|
|
|
5ee501 |
* left for content itself and one on the right for links related to
|
|
|
5ee501 |
* content displayed on the left side.
|
|
|
5ee501 |
*
|
|
|
5ee501 |
* Copyright (C) 2009-2011 Alain Reguera Delgado
|
|
|
5ee501 |
*
|
|
|
5ee501 |
* This program is free software; you can redistribute it and/or
|
|
|
5ee501 |
* modify it under the terms of the GNU General Public License as
|
|
|
5ee501 |
* published by the Free Software Foundation; either version 2 of the
|
|
|
5ee501 |
* License, or (at your option) any later version.
|
|
|
3985e1 |
*
|
|
|
5ee501 |
* This program 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
|
|
|
5ee501 |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
|
|
5ee501 |
* USA.
|
|
|
5ee501 |
* ----------------------------------------------------------------------
|
|
|
5ee501 |
* $Id$
|
|
|
5ee501 |
* ----------------------------------------------------------------------
|
|
|
4d19ae |
*/
|
|
|
4d19ae |
|
|
|
859d61 |
div#page-body div#content {
|
|
|
4d19ae |
margin-right: 180px;
|
|
|
7519de |
border-right: 3px #EEE solid;
|
|
|
7519de |
}
|
|
|
4d19ae |
|
|
|
859d61 |
div#page-body div#content-links {
|
|
|
4d19ae |
float:right;
|
|
|
7519de |
width: 180px;
|
|
|
4d19ae |
font-size: small;
|
|
|
7519de |
border-left: 3px #EEE solid;
|
|
|
7519de |
}
|