X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/206884ba366bc325051c0862756f2ad18ad94729..c867ac90ce4d41f3934f99db27f6bf9164c14f10:/static/style.css diff --git a/static/style.css b/static/style.css index 8527bc6..f86c4e4 100644 --- a/static/style.css +++ b/static/style.css @@ -173,7 +173,7 @@ code { } /* box effect */ -details, pre, code { +.box, details, pre, code { background-color: #f8f8f8; border: 1px solid #e6e6e6; border-radius: 4px; @@ -182,6 +182,10 @@ details, pre, code { details pre { border: none; } +p.box { + font-size: 0.95em; + padding: 0.3em 0.6em; +} table td { padding: 0.125em 0.3em;