Update main.css

When over long lines in <pre>, show a scrollbar.
eg: these lines in http://quickdocs.org/chirp/
```lisp
(chirp:compute-status-length "Wowsers, URL shortening sure is a thing! https://github.com/Shinmera/chirp.git")
(chirp:valid-language-p "en")
(chirp:access-level)
```
This commit is contained in:
Bo Yao 2017-03-09 09:02:10 -05:00 committed by GitHub
parent bb96720613
commit 67622cab82

View file

@ -97,6 +97,7 @@ a:hover {
pre {
margin: 15px 0;
font-family: Consolas, "Liberation Mono", Courier, monospace;
overflow-x:auto;
}
code {
font-family: Consolas, "Liberation Mono", Courier, monospace;