X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=f4e70943281cc8b366a3b0a16fe86715a4d45ad9;hb=d4adeb654507e6cd75aac3f264ae21ed5d16bfab;hp=8b7d97c46b7d9987fd9012484ead72e8cdba4f3a;hpb=85abf9b6ef597c9d3cd39dfb3139be1933641c5d;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index 8b7d97c..f4e7094 100644 --- a/includes/style.css +++ b/includes/style.css @@ -50,6 +50,7 @@ li { #exhibit { float:right; + margin-left:17px; } #exhibit h1 { @@ -138,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; } @@ -158,3 +167,15 @@ pre { #navigation { text-align:right; } + +#comments { + border-right:3px solid black; + padding-right:15px; +} + +#comment { +} + +#recaptcha_widget_div { + float:right; +}