aboutsummaryrefslogtreecommitdiffstats
path: root/app/css/app.css
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2012-04-02 02:13:32 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2012-04-02 02:13:32 -0400
commit9b142c6dc7d5736acc45142a5d42c4511fc49edc (patch)
treec236e9ec0dcc67e6809bd7addad012e41d5bf9b7 /app/css/app.css
parenta5edfb4b0a960307cdabcfab87d8bdae94f06b74 (diff)
downloadalias-9b142c6dc7d5736acc45142a5d42c4511fc49edc.tar.gz
new angular branch
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;
+}