summaryrefslogtreecommitdiff
path: root/src/horizontal-sidebar.css
blob: 469246360af29cdfc3ccea35c0e65122a25d919b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
ul {
    display: inline;
}
li {
    list-style-position: inside;
    display: inline;
}
 ul {
  margin: 0;
  padding: 0.3em;
  list-style-type: none;
  list-style-image: none;
  border: 0;
}
 li {
  display: inline;
  white-space: nowrap;
  line-height: 1.6em;
}
 ul li a {
  margin: 0;
  padding: 0.1em 1ex 0.1em 1ex;
  text-decoration: none;
  font-size: 1em;
  border: 0;
}
ul > ul {
    padding-left: 40px; /* Padding for nested <ul> inside the first <ul> */
}