X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=index.css;h=0f33468f9d5a4f88c1eb8bf18110aaab3227172b;hb=e359e7e44da8a67342f66de9345bca9b7037cf3f;hp=afc59eccef491dc609068d04d01e0e441feebf90;hpb=62de37d8c446969f97b08544af97f557b7efac9a;p=mdref%2Fmdref diff --git a/index.css b/index.css index afc59ec..0f33468 100644 --- a/index.css +++ b/index.css @@ -15,6 +15,9 @@ body { body>* { margin-left: 1em; } +body>ul { + margin-left: 2em; +} .sidebar { font-size: .9em; @@ -24,11 +27,6 @@ body>* { padding: 0; width: auto; padding-right: 1em; - /* - width: 520px; - margin-bottom: .2em; - margin-left: 2em; - * */ } .sidebar>ul { } @@ -68,10 +66,10 @@ p, pre { } blockquote { - border-radius: 4px; - border: 1px solid #800000; + border-top: 1px solid #800000; + border-bottom: 1px solid #800000; background: #ffe4e1; - display: inline-block; + margin: 2em 0; } ul { @@ -140,6 +138,11 @@ li h3 a:hover { text-decoration: underline; } +#disqus_thread { + margin-top: 8em; + margin-right: 2em; +} + footer { font-size: smaller; text-align: center;