the initial version
[angular-drzb] / app / css / app.css
1 /* app css stylesheet */
2
3 .menu {
4   list-style: none;
5   border-bottom: 0.1em solid black;
6   margin-bottom: 2em;
7   padding: 0 0 0.5em;
8 }
9
10 .menu:before {
11   content: "[";
12 }
13
14 .menu:after {
15   content: "]";
16 }
17
18 .menu > li {
19   display: inline;
20 }
21
22 .menu > li:before {
23   content: "|";
24   padding-right: 0.3em;
25 }
26
27 .menu > li:nth-child(1):before {
28   content: "";
29   padding: 0;
30 }