From cc6d42c34283122cdeddb321df88ca81a4b5c07d Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Tue, 1 Feb 2011 01:08:27 -0300 Subject: [PATCH] Fixed width of profile search field --- public/stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 5aa82be..6488ed5 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -4410,7 +4410,7 @@ h1#agenda-title { } #public-profile-search .formfield input { - width: 400px; + width: 395px; } /* * * Profile Search Results * * * * * * * */ -- libgit2 0.21.2