aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/staticfiles/stylesheets/sass/wireframes.css
diff options
context:
space:
mode:
Diffstat (limited to '97suifangqa/staticfiles/stylesheets/sass/wireframes.css')
-rw-r--r--97suifangqa/staticfiles/stylesheets/sass/wireframes.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/97suifangqa/staticfiles/stylesheets/sass/wireframes.css b/97suifangqa/staticfiles/stylesheets/sass/wireframes.css
new file mode 100644
index 0000000..388f2b8
--- /dev/null
+++ b/97suifangqa/staticfiles/stylesheets/sass/wireframes.css
@@ -0,0 +1,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;
+}