From fe19a309b29837267976044b3e37508685ee0507 Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Tue, 7 Jun 2011 21:51:20 -0400 Subject: [PATCH] Fixed css font -> font-size for exhibits --- includes/style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 */ -- 2.30.2