[Pkg-mozext-commits] [sage-extension] 52/54: Change margin left for separators to 20 which looks fine for the first level but has too much padding on deeper levels.

David Prévot taffit at moszumanska.debian.org
Fri May 1 03:10:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag sage_1_3
in repository sage-extension.

commit 5a9ce03fbe826a41efb56df79855e135ec666746
Author: Erik Arvidsson <erik.arvidsson at gmail.com>
Date:   Mon Nov 1 17:42:56 2004 +0000

    Change margin left for separators to 20 which looks fine for the first level but has too much padding on deeper levels.
---
 src/sage/skin/classic/sage.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sage/skin/classic/sage.css b/src/sage/skin/classic/sage.css
index 90f9e06..d72d673 100755
--- a/src/sage/skin/classic/sage.css
+++ b/src/sage/skin/classic/sage.css
@@ -81,7 +81,7 @@ treechildren::-moz-tree-twisty {
 }
 /* Work around for bug in separators at level 0 when twisty has width 0 */
 treechildren::-moz-tree-cell-text(Name, separator) {
-	margin-left:	12px;
+	margin-left:	20px;
 }
 
 treechildren::-moz-tree-separator {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/sage-extension.git



More information about the Pkg-mozext-commits mailing list