blob: 388f2b8a7d128150b7b11d74aab98d853e3e5f06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/**
* @file
* Wireframes Styling
*
* Add wireframes to the basic layout elements.
*/
/* line 19, ../../../sass/sass/wireframes.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
outline: 1px solid #ccc;
}
|