blob: 42ecd82fd783ebd165d41e7b6aa4fa63d7f0148f [file] [log] [blame]
Matteo Scandolo888e09c2018-08-06 09:32:18 -07001.page-inner {
Matteo Scandolocb3eb912018-08-10 15:04:15 -07002 max-width: 85% !important;
Matteo Scandolo888e09c2018-08-06 09:32:18 -07003}
4
5.page-toc {
6 max-width: 400px;
7 margin-left: 10px;
8}
9
10.page-toc li {
11 list-style: disc;
12 text-indent: -1.5em;
13 padding-left: 1.5em;
Matteo Scandolo2e1895f2019-05-23 15:39:29 -070014}
15
16footer {
17 background: #f8f8f8;
18 border: 1px solid rgba(0, 0, 0, 0.07);
19 border-radius: 3px;
20 padding: 0 20px !important;
Matteo Scandolo888e09c2018-08-06 09:32:18 -070021}