From 2072724899813a31fb53eded461eba91077a2594 Mon Sep 17 00:00:00 2001 From: Charles Holbrow Date: Tue, 19 Mar 2013 23:27:51 -0400 Subject: [PATCH] fixing illegal font css shorthand for search bar --- karmaworld/assets/css/course_list_table.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/karmaworld/assets/css/course_list_table.css b/karmaworld/assets/css/course_list_table.css index 4090ecb..b2b5b3d 100644 --- a/karmaworld/assets/css/course_list_table.css +++ b/karmaworld/assets/css/course_list_table.css @@ -7,13 +7,13 @@ table#course_list Search Bar ***************/ #course_list_filter input { - font: 22px/1em "MuseoSlab-300" #afafaf; + font: 22px/1em "MuseoSlab-300"; margin-top: 20px; margin-bottom: 20px; border-style: solid; border-color: black; border-width: 1px; - padding-left: 32px; /* move the placeholder text to the right*/ + padding-left: 32px; /* move the placeholder text to the right of the search icon*/ background-image: url(../img/lightbox_search_icon.png); background-position: 8px 50%; background-repeat: no-repeat; -- 2.25.1