X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/eb1aab372e720aaf68aef33d49f8b80950ff566c..6486444748489166fe12cbaa624614bf7d0a4928:/static/style.css diff --git a/static/style.css b/static/style.css index 6270036..fdcea52 100644 --- a/static/style.css +++ b/static/style.css @@ -113,8 +113,16 @@ blockquote#abstract { pre, code { background: #f6f6f6; font: 1.15em monospace; +} +pre { + display: inline-block; + margin: 0.5em 0; + min-width: 100%; padding: 1em; } +pre:first-of-type { + margin-top: 0; +} pre > code { padding: 0; background: initial; @@ -133,6 +141,10 @@ em { table td { padding: 0.125em 0.3em; } +#publications td { + padding-top: 0.4em; + padding-bottom: 0.4em; +} table td:first-child { padding-left: 0; } @@ -155,13 +167,13 @@ table td:last-child { text-align: right; } -small, dd { +small, dd, .small, .bibtexnumber, .bibtexitem, .bibtex2html { font-size: 0.875em; } .muted { color: #666; } -.inbox { +.inbox, .bibtex2html { margin-top: 2em; }