X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=includes%2Fstyle.css;h=b0bb7fa998f9e30db76d0163c7ffb5a04999dcd3;hb=fe19a309b29837267976044b3e37508685ee0507;hp=5d2e88f44e6989143efb18910a504bbcd9bebb9e;hpb=d2156630c0f3e7aca93cb72c762f713e9c8bdad3;p=dylansserver.git diff --git a/includes/style.css b/includes/style.css index 5d2e88f..b0bb7fa 100644 --- a/includes/style.css +++ b/includes/style.css @@ -66,7 +66,7 @@ li { .exhibit { width:300px; - min-height:600px; + min-height:475px; border:1px solid black; padding:10px; display:none; @@ -105,38 +105,38 @@ li { } #peepshow_entry { - font:1.4em "lucida console"; + font-size:1.4em; } #peepshow_entry { - font:1.4em "lucida console"; + font-size:1.4em; } /* drawcss */ #drawcss_title { - font:1.6em "lucida console"; + font-size:1.6em; } #drawcss_entry { - font:1.6em "lucida console"; + font-size:1.6em; } /* youtube_backup */ #youtube_backup_title { - font:1.6em "lucida console"; + font-size:1.6em; } #youtube_backup_entry { - font:1.4em "lucida console"; + font-size:1.4em; } /* i_like_pandora */ #i_like_pandora_title { - font:1.6em "lucida console"; + font-size:1.6em; } #i_like_pandora_entry { - font:1.4em "lucida console"; + font-size:1.4em; } /* notes */ @@ -177,6 +177,7 @@ pre { } #comments { + margin-top:30px; border-left:1px solid black; padding-left:15px; }