Skip to content

Commit

Permalink
Compiled source
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins98 committed Mar 29, 2017
1 parent 9e24b84 commit 0bb2ee9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions css/ebi-global.css
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,23 @@ footer a, footer a:visited {
#ebi-footer-meta p.address {
color: #888; }

/* Vertical menu trees */
ul.tree.vertical {
margin-left: 0;
font-size: .9rem; }
ul.tree.vertical li {
margin-bottom: .5rem; }
ul.tree.vertical li > a {
display: inline;
padding: 0; }
ul.tree.vertical li > a.active:before {
content: "9 ";
font-family: 'EBI-Functional'; }
ul.tree.vertical li > ul.tree.vertical {
margin: 0.5rem;
padding-left: 0.5rem;
border-left: 3px solid #999; }

/*
MISC TWEAKS
=============================== */
Expand Down
Loading

0 comments on commit 0bb2ee9

Please sign in to comment.