X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=f4e70943281cc8b366a3b0a16fe86715a4d45ad9;hb=d4adeb654507e6cd75aac3f264ae21ed5d16bfab;hp=1af153da1801ac9dff048681f7b98526361952f3;hpb=7585961123620ccd12af75e667599e61f3ea9a00;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index 1af153d..f4e7094 100644 --- a/includes/style.css +++ b/includes/style.css @@ -139,11 +139,19 @@ li { margin-top:20px; } -#notes h2, #note h2 { +#notes h2 { margin-bottom:10px; font-family:sans-serif; } +#note h2 { + font-family:sans-serif; +} + +#comment_link { + font-size:80%; +} + .note { margin-bottom:40px; } @@ -159,3 +167,15 @@ pre { #navigation { text-align:right; } + +#comments { + border-right:3px solid black; + padding-right:15px; +} + +#comment { +} + +#recaptcha_widget_div { + float:right; +}