From: Dylan Lloyd Date: Wed, 8 Jun 2011 01:51:20 +0000 (-0400) Subject: Fixed css font -> font-size for exhibits X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=fe19a309b29837267976044b3e37508685ee0507;p=dylansserver.git Fixed css font -> font-size for exhibits --- diff --git a/includes/style.css b/includes/style.css index 572de5d..b0bb7fa 100644 --- a/includes/style.css +++ b/includes/style.css @@ -105,38 +105,38 @@ li { } #peepshow_entry { - font:1.4em; + font-size:1.4em; } #peepshow_entry { - font:1.4em; + font-size:1.4em; } /* drawcss */ #drawcss_title { - font:1.6em; + font-size:1.6em; } #drawcss_entry { - font:1.6em; + font-size:1.6em; } /* youtube_backup */ #youtube_backup_title { - font:1.6em; + font-size:1.6em; } #youtube_backup_entry { - font:1.4em; + font-size:1.4em; } /* i_like_pandora */ #i_like_pandora_title { - font:1.6em; + font-size:1.6em; } #i_like_pandora_entry { - font:1.4em; + font-size:1.4em; } /* notes */