aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/02-docstyle.css
blob: 59528bb38c7ccf0e7e48f98190b8b28d2160f642 (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
30
31
32
33
34
35
36
/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}



.tablenum {
    font-weight: bold;
}

.nowrap {
     white-space: nowrap;
}

h1 {
    line-height: 1.1;
}

.page-header {
    margin: 0px 0 22px;
}