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