You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2013/05/08 00:29:58 UTC

[28/50] [abbrv] git commit: [#6197] better qualify .selected so it doesn't conflict with nav menu

[#6197] better qualify .selected so it doesn't conflict with nav menu


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/eca53d73
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/eca53d73
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/eca53d73

Branch: refs/heads/tv/2053
Commit: eca53d73c4274492d4295731ca0be8fb5d3a7478
Parents: 94cd1ed
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Thu May 2 20:48:10 2013 +0000
Committer: Cory Johns <cj...@slashdotmedia.com>
Committed: Mon May 6 14:30:51 2013 +0000

----------------------------------------------------------------------
 Allura/allura/templates/repo/log.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/eca53d73/Allura/allura/templates/repo/log.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/repo/log.html b/Allura/allura/templates/repo/log.html
index 7d41198..53b7b39 100644
--- a/Allura/allura/templates/repo/log.html
+++ b/Allura/allura/templates/repo/log.html
@@ -39,7 +39,7 @@
 
 {% block extra_css %}
 <style type="text/css">
-    .selected {
+    .rev.selected {
         background-color: #FFFFBE;
     }
 </style>