X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=18878f57ea71dc34e1aac47bbf9748cee9573c93;hb=99dc53dddd748917bef3d1d7d0ee847c785f6b26;hp=9bfd3913f5ff6eaeea01f6a5042831e4a0c1408a;hpb=0a144953e57bf457df61e58a3f94b0178c1f9707;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index 9bfd391..18878f5 100644 --- a/includes/style.css +++ b/includes/style.css @@ -156,12 +156,13 @@ li { margin-bottom:40px; } -.note p { - margin-bottom:5px; +p { + margin-top:15px; } pre { - margin-top:10px; + margin-top:20px; + margin-bottom:20px; } #navigation { @@ -215,3 +216,21 @@ pre { #recaptcha_widget { display:none; } + +#not_human { + display:none; + font-weight:bold; + font-family:sans-serif; + color:red; + margin-top:15px; + margin-bottom:15px; +} + +#blank_comment { + display:none; + font-weight:bold; + font-family:sans-serif; + color:red; + margin-top:15px; + margin-bottom:15px; +}