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/14 16:29:44 UTC

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

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

Branch: refs/heads/master
Commit: e092166bf4c14d7d89c01213b4d95cd6ecad42fa
Parents: 29cab8a
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Thu Aug 13 16:47:29 2015 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Fri Aug 14 14:29:15 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/e092166b/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;
 }