color include/exclude links
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 17 May 2010 21:14:55 +0000 (23:14 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 17 May 2010 21:14:55 +0000 (23:14 +0200)
public/mojo_facets.css

index e4f7306..5e3b67d 100644 (file)
@@ -97,10 +97,12 @@ div.col_opts {
        width: 100%;
 }
 
-label.included {
+label.included,
+a#included {
        color: #080;
 }
 
-label.excluded {
+label.excluded,
+a#excluded {
        color: #800;
 }