From bc0263f16e1ce1e535b8285e56b63825ef648b96 Mon Sep 17 00:00:00 2001 From: maxwell Date: Tue, 9 Nov 2010 12:14:46 -0800 Subject: [PATCH] added white background for search box, so at least it shows up in opera. thx Pistos --- public/stylesheets/sass/application.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index 576cad964..35ba9d02a 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -967,6 +967,7 @@ h1.big_text :font :size 13px :border none + :background-color #fff input[type='text'] :width 200px