You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2013/05/02 22:48:16 UTC

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

Updated Branches:
  refs/heads/db/6197 [created] 4a7268cb4


[#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/4a7268cb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/4a7268cb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/4a7268cb

Branch: refs/heads/db/6197
Commit: 4a7268cb4c091022e5fdb96c28e62d0db5bf9dc0
Parents: a9b5b11
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Thu May 2 20:48:10 2013 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Thu May 2 20:48:10 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/4a7268cb/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>