You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by eh...@apache.org on 2012/06/16 10:55:05 UTC

svn commit: r1350890 - /lucene/dev/trunk/solr/example/solr/conf/velocity/main.css

Author: ehatcher
Date: Sat Jun 16 08:55:05 2012
New Revision: 1350890

URL: http://svn.apache.org/viewvc?rev=1350890&view=rev
Log:
Remove capitalizing of facet values.  This is confusing when exact values are expected

Modified:
    lucene/dev/trunk/solr/example/solr/conf/velocity/main.css

Modified: lucene/dev/trunk/solr/example/solr/conf/velocity/main.css
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/solr/conf/velocity/main.css?rev=1350890&r1=1350889&r2=1350890&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/solr/conf/velocity/main.css (original)
+++ lucene/dev/trunk/solr/example/solr/conf/velocity/main.css Sat Jun 16 08:55:05 2012
@@ -66,7 +66,6 @@ a {
 .navigators ul li {
   color: #999;
   padding: 2px;
-  text-transform: capitalize;
 }