diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2012-04-02 02:13:32 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2012-04-02 02:13:32 -0400 |
| commit | 9b142c6dc7d5736acc45142a5d42c4511fc49edc (patch) | |
| tree | c236e9ec0dcc67e6809bd7addad012e41d5bf9b7 /app/css | |
| parent | a5edfb4b0a960307cdabcfab87d8bdae94f06b74 (diff) | |
| download | alias-9b142c6dc7d5736acc45142a5d42c4511fc49edc.tar.gz | |
new angular branch
Diffstat (limited to 'app/css')
| -rw-r--r-- | app/css/.gitignore | 0 | ||||
| -rw-r--r-- | app/css/app.css | 30 |
2 files changed, 30 insertions, 0 deletions
diff --git a/app/css/.gitignore b/app/css/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/app/css/.gitignore 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; +} |
