X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=index.css;h=0f33468f9d5a4f88c1eb8bf18110aaab3227172b;hb=f0c52728132dd572b9c06f1ea1b8dd086e65c0b2;hp=9b36eb64b59af0747ad45828c14a30a1bb36c3a3;hpb=1841531e5bb0318589e7ef697090dd7a69e1c1d3;p=mdref%2Fmdref diff --git a/index.css b/index.css index 9b36eb6..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; @@ -63,7 +66,8 @@ p, pre { } blockquote { - border: 1px solid #800000; + border-top: 1px solid #800000; + border-bottom: 1px solid #800000; background: #ffe4e1; margin: 2em 0; } @@ -134,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;