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/08/13 18:51:53 UTC

allura git commit: [#7948] restore lighter border for child replies, tweak positioning (instead of zindex) so it still looks good

Repository: allura
Updated Branches:
  refs/heads/db/7948 [created] 9873e29b5


[#7948] restore lighter border for child replies, tweak positioning (instead of zindex) so it still looks good


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

Branch: refs/heads/db/7948
Commit: 9873e29b5e25d650449d5bb4bdbfde9563dbaf09
Parents: 615d4d0
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Thu Aug 13 16:47:29 2015 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Thu Aug 13 16:50:00 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/allura/blob/9873e29b/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 f06bbc7..3e4941a 100644
--- a/Allura/allura/nf/allura/css/site_style.css
+++ b/Allura/allura/nf/allura/css/site_style.css
@@ -2606,13 +2606,14 @@ div.attachment_thumb .file_type span {
 }
 
 #comment ul ul .row {
+  border: 3px solid #ebebeb;
+  border-top: none;
   border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   border-bottom-left-radius: 0;
   -webkit-border-bottom-left-radius: 5px;
   -moz-border-radius-bottomleft: 5px;
-  margin: -3px 0 0 0;
   position: relative;
 }