diff options
Diffstat (limited to 'css/wireframes.css')
-rwxr-xr-x | css/wireframes.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/css/wireframes.css b/css/wireframes.css new file mode 100755 index 0000000..0bf3058 --- /dev/null +++ b/css/wireframes.css @@ -0,0 +1,24 @@ +/** + * @file + * Wireframes Styling + * + * Add wireframes to the basic layout elements. + */ + + +.with-wireframes #header .section, +.with-wireframes #content .section, +.with-wireframes #navigation .section, +.with-wireframes .region-sidebar-first .section, +.with-wireframes .region-sidebar-second .section, +.with-wireframes #footer .section { + margin: 1px; + padding: 2px; + border: 1px solid #ccc; +} + +.with-wireframes .region-page-closure { + margin-top: 1px; + padding: 2px; + border: 1px solid #ccc; +} |