X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=themes%2Fdefault.css;h=eacc66c36171c969a438adc26a59a1ec670f2b41;hb=32a46b9aa404d760772578be04d100ae1c9a55f7;hp=f9fdc799be7c78736e2a65027ee25da817704a37;hpb=7213d4e9f90acaa688a17b110f1c17b1e7ca74d3;p=shellwiki diff --git a/themes/default.css b/themes/default.css index f9fdc79..eacc66c 100644 --- a/themes/default.css +++ b/themes/default.css @@ -75,6 +75,17 @@ main > form#deletepage, box-shadow: .25em .25em .75em; } +main code { + padding: .125em .25em; + background-color: #CCC; +} +main pre { + padding: .5em .5em; + background-color: #CCC; + max-width: 100%; + overflow-x: auto; +} + /* === Editor === */ body[id$="/[edit]"] textarea,