[Pkg-mozext-commits] [sage-extension] 45/54: Work around for separator titles on depth 0
David Prévot
taffit at moszumanska.debian.org
Fri May 1 03:10:40 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 8b70c805080e2cc3abc2c0da138802a780d7f4cf
Author: Erik Arvidsson <erik.arvidsson at gmail.com>
Date: Thu Oct 14 22:06:59 2004 +0000
Work around for separator titles on depth 0
---
src/sage/skin/classic/sage.css | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/sage/skin/classic/sage.css b/src/sage/skin/classic/sage.css
index 349885a..6c15eb6 100755
--- a/src/sage/skin/classic/sage.css
+++ b/src/sage/skin/classic/sage.css
@@ -71,8 +71,14 @@ treechildren::-moz-tree-cell-text(feed, updated) {
font-weight: bold !important;
}
+/* If this is removed, please remove next rule as well */
treechildren::-moz-tree-twisty {
- width: 0px !important;
+ width: 0 !important;
+}
+
+/* Work around for bug in separators at level 0 when twisty has width 0 */
+treechildren::-moz-tree-cell-text(Name, separator) {
+ margin-left: 12px;
}
#bookmarksTreeBox,
--
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