aboutsummaryrefslogtreecommitdiffstats
path: root/app/css/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/css/app.css')
-rw-r--r--app/css/app.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/app/css/app.css b/app/css/app.css
new file mode 100644
index 0000000..c925240
--- /dev/null
+++ b/app/css/app.css
@@ -0,0 +1,30 @@
+/* app css stylesheet */
+
+.menu {
+ list-style: none;
+ border-bottom: 0.1em solid black;
+ margin-bottom: 2em;
+ padding: 0 0 0.5em;
+}
+
+.menu:before {
+ content: "[";
+}
+
+.menu:after {
+ content: "]";
+}
+
+.menu > li {
+ display: inline;
+}
+
+.menu > li:before {
+ content: "|";
+ padding-right: 0.3em;
+}
+
+.menu > li:nth-child(1):before {
+ content: "";
+ padding: 0;
+}