summaryrefslogtreecommitdiffstats
path: root/spec/data/view
diff options
context:
space:
mode:
Diffstat (limited to 'spec/data/view')
-rw-r--r--spec/data/view/node0/engines.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/data/view/node0/engines.scss b/spec/data/view/node0/engines.scss
new file mode 100644
index 0000000..a3020dc
--- /dev/null
+++ b/spec/data/view/node0/engines.scss
@@ -0,0 +1,9 @@
+vbar {
+ width: 80%;
+ height: 23px;
+ ul { list-style-type: none; }
+ li {
+ float: left;
+ a { font-weight: bold; }
+ }
+}