docs: remove an errant } from the css file

This was causing strange spacing in the language docs.
This commit is contained in:
ridiculousfish 2021-11-06 12:30:51 -07:00
parent 5b5cee5185
commit 13133f66be

View File

@ -214,7 +214,7 @@ tr, code, pre {
tt, code, pre, dl > dt span ~ em, #synopsis p, dl.envvar .pre, dl.describe .pre {
font-family: "Source Code Pro", "DejaVu Sans Mono", Menlo, "Ubuntu Mono", Consolas, Monaco, "Lucida Console", monospace, fixed;
}}
}
pre, div[class*="highlight-"] {
/* For some reason sphinx since 3.1.2 sets "clear: both" here, which breaks in interesting ways */