/* $Id: wireframes.css,v 1.4 2009/02/02 03:38:46 johnalbin Exp $ */

/**
 * @file
 * Wireframes Styling
 *
 * Add wireframes to the basic layout elements.
 */


.with-wireframes #header-inner,
.with-wireframes #content-inner,
.with-wireframes #content-inner>*,
.with-wireframes #navbar-inner,
.with-wireframes #sidebar-left-inner,
.with-wireframes #sidebar-right-inner,
.with-wireframes #footer-inner
{
  margin: 1px;
  padding: 2px;
  border: 1px solid #ccc;
}

.with-wireframes #closure-blocks
{
  margin-top: 1px;
  padding: 2px;
  border: 1px solid #ccc;
}
