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 2015/10/30 20:25:50 UTC

allura git commit: Make close style apply to other tags too, like in the comment link dialog

Repository: allura
Updated Branches:
  refs/heads/master 7ae5fbc68 -> f5102013b


Make close style apply to other tags too, like <a> in the comment link dialog


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

Branch: refs/heads/master
Commit: f5102013bca1da1a6b18c448e39c81e7e2f56095
Parents: 7ae5fbc
Author: Dave Brondsema <da...@brondsema.net>
Authored: Fri Oct 30 15:25:37 2015 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Fri Oct 30 15:25:37 2015 -0400

----------------------------------------------------------------------
 Allura/allura/nf/allura/css/site_style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/f5102013/Allura/allura/nf/allura/css/site_style.css
----------------------------------------------------------------------
diff --git a/Allura/allura/nf/allura/css/site_style.css b/Allura/allura/nf/allura/css/site_style.css
index 2237a87..028bcb1 100644
--- a/Allura/allura/nf/allura/css/site_style.css
+++ b/Allura/allura/nf/allura/css/site_style.css
@@ -1150,7 +1150,7 @@ a.active {
 .x48 {font-size: 48px; width: 48px; height: 48px;}
 .x64 {font-size: 64px; width: 64px; height: 64px;}
 
-.modal b.close {
+.modal .close {
   position: absolute;
   top: 10px;
   right: 10px;