X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=7f2e6cd09c3be5eff87b8836e8c8d6a62015bff0;hb=d1e6dfde27f8b9bc77f7983965712c80ff5caa1c;hp=a9219d2c316d30441e34615f4e83c33ad4e8636c;hpb=e6bbdb3c10ef5df7989b45c0b2a60ddb1178e4fe;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index a9219d2..7f2e6cd 100644 --- a/includes/style.css +++ b/includes/style.css @@ -167,6 +167,8 @@ p { pre { margin-top:20px; margin-bottom:20px; + width:100%; + overflow:auto; } #navigation { @@ -193,10 +195,12 @@ pre { #comment input { border:1px solid grey; + font-family:'InconsolataMedium'; } #comment textarea { border:1px solid grey; + font-family:'InconsolataMedium'; } #comment .submit { @@ -227,6 +231,7 @@ pre { } .recaptcha_help { + font-family:'MuseoSlab500'; font-size:80%; } @@ -239,7 +244,8 @@ pre { margin-bottom:15px; } -#blank_comment { display:none; +#blank_comment { + display:none; font-weight:bold; font-family:sans-serif; color:red;