[galaxy-dev] [hg] galaxy 2897: add image for trackster, use relative image ur...
Greg Von Kuster
greg at bx.psu.edu
Tue Oct 27 21:54:30 EDT 2009
details: http://www.bx.psu.edu/hg/galaxy/rev/ed8ea4318e9a
changeset: 2897:ed8ea4318e9a
user: Kanwei Li <kanwei at gmail.com>
date: Tue Oct 20 16:53:18 2009 -0400
description:
add image for trackster, use relative image url in css
2 file(s) affected in this change:
static/images/draggable_horizontal.png
static/trackster.css
diffs (14 lines):
diff -r 52fadf5aabd9 -r ed8ea4318e9a static/images/draggable_horizontal.png
Binary file static/images/draggable_horizontal.png has changed
diff -r 52fadf5aabd9 -r ed8ea4318e9a static/trackster.css
--- a/static/trackster.css Tue Oct 20 16:46:12 2009 -0400
+++ b/static/trackster.css Tue Oct 20 16:53:18 2009 -0400
@@ -63,7 +63,7 @@
position: absolute;
margin-top: 1px;
height: 16px;
- background: #ddd url(/static/images/draggable_horizontal.png) center center no-repeat;
+ background: #ddd url(images/draggable_horizontal.png) center center no-repeat;
border-style: outset;
border-width: 1px;
}
More information about the galaxy-dev
mailing list