X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=public%2Findex.css;h=e305c7a07927f7643cb6ca12ac9d404169672363;hb=17dc7637588fb5d34bdc13e17e52db49f02bd3d8;hp=40f17d2524b9ad7a75bb9a08f41307bb8f463f82;hpb=3c97d1ecf16c7dbf095a55ba40ce547fefbca604;p=mdref%2Fmdref diff --git a/public/index.css b/public/index.css index 40f17d2..e305c7a 100644 --- a/public/index.css +++ b/public/index.css @@ -6,6 +6,7 @@ body, code { font-family: Inconsolata, Monospace, 'Courier New', Courier, monospace; } body { + line-height: 140%; font-size: 1.1em; margin: 0; padding: 0; @@ -73,13 +74,14 @@ pre>code { display: inline-block; padding: 1em; min-width: 50%; + line-height: 110%; } pre>code, pre>code code { background: #333; color: #eee; } -p, pre, table { +p, pre, table, dl { margin: 1em 2em; } @@ -95,6 +97,7 @@ blockquote { } ul { + margin-top: 1em; margin-bottom: 2em; } li { @@ -216,7 +219,14 @@ table { th, td { padding: .4em; } - +dt { + font-weight: bold; + margin-top: 1em; +} +dd { + line-height: 1.2em; + margin-left: 1em; +} h1, footer, table, .sidebar, pre>code, li h3 { box-shadow: 0 0 4px #708090; }