]> git.proxmox.com Git - mirror_frr.git/blob - doc/user/_static/overrides.css
Merge pull request #2057 from donaldsharp/fix_1916
[mirror_frr.git] / doc / user / _static / overrides.css
1 /* remove max-width restriction */
2 div.body {
3 max-width: none;
4 }
5
6 pre {
7 background-color: #e2e2e2;
8 }