From 69f0119c7262602af46fd6a80e4558089835fa01 Mon Sep 17 00:00:00 2001
From: Jayaram R Pai
Date: Thu, 31 Jul 2014 17:13:33 +0530
Subject: initial commit

---
 css/wireframes.css | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100755 css/wireframes.css

(limited to 'css/wireframes.css')

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;
+}
-- 
cgit