26 lines
540 B
CSS
26 lines
540 B
CSS
/**
|
|
* @file
|
|
* Wireframes Styling.
|
|
*/
|
|
|
|
|
|
.with-wireframes #header .section,
|
|
.with-wireframes #main-content .section,
|
|
.with-wireframes .region-sidebar-first .section,
|
|
.with-wireframes .region-sidebar-second .section {
|
|
margin: 1px;
|
|
padding: 2px;
|
|
border: 1px solid #ccc;
|
|
}
|
|
.with-wireframes #navigation .section,
|
|
.with-wireframes #footer .section {
|
|
margin-top: 1px;
|
|
margin-bottom: 1px;
|
|
padding: 2px;
|
|
border: 1px solid #ccc;
|
|
}
|
|
.with-wireframes .region-page-closure {
|
|
margin-top: 1px;
|
|
padding: 2px;
|
|
border: 1px solid #ccc;
|
|
}
|