6e39b87b0f39a2d1fc1b6f03c8307fa16bc6e7e3
custom.css
| ... | ... | @@ -1,15 +1,16 @@ |
| 1 | -.has-sidebar #wiki-body { |
|
| 2 | - width: 77%; |
|
| 1 | +.container-lg { |
|
| 2 | + max-width: 90%; |
|
| 3 | 3 | } |
| 4 | 4 | |
| 5 | -#wiki-wrapper { |
|
| 6 | - max-width: 90%; |
|
| 5 | +#sidebar-content { |
|
| 6 | + width: 17%; |
|
| 7 | 7 | } |
| 8 | 8 | |
| 9 | -#wiki-sidebar { |
|
| 10 | - width: 17%; |
|
| 9 | +ul { |
|
| 10 | + list-style-type: square; |
|
| 11 | 11 | } |
| 12 | 12 | |
| 13 | + |
|
| 13 | 14 | div.csl-bib-body { } |
| 14 | 15 | |
| 15 | 16 |