X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/573bd43bf84ddbd09ffc252df00363a2a6640fca..2ff75a66b23f155cd79c1ef18a21244bf0eef841:/static/style.css diff --git a/static/style.css b/static/style.css index 8527bc6..af65a18 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; @@ -242,3 +246,7 @@ li, dd { .warn { color: #a10029; } + +#bandali-bib > a { + display: block +}