You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by jd...@apache.org on 2012/04/28 20:14:03 UTC

svn commit: r1331800 - /incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css

Author: jdreimann
Date: Sat Apr 28 18:14:02 2012
New Revision: 1331800

URL: http://svn.apache.org/viewvc?rev=1331800&view=rev
Log:
Updated style for search

Modified:
    incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css

Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css
URL: http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css?rev=1331800&r1=1331799&r2=1331800&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css (original)
+++ incubator/bloodhound/trunk/bloodhound_theme/bhtheme/htdocs/bloodhound.css Sat Apr 28 18:14:02 2012
@@ -215,3 +215,11 @@ textarea.wikitext {
 
 /* @end */
 
+/* @group Search */
+
+#results .author,
+#results .date {
+  color: #090;
+}
+
+/* @end */
\ No newline at end of file