Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gendl
gendl
Commits
c40feb74
Commit
c40feb74
authored
Nov 04, 2011
by
Dave Cooper
Browse files
updated tasty tree images
parent
b5bb39c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
devo.el
View file @
c40feb74
;;
(load (expand-file-name "~/quicklisp/slime-helper.el"))
(
load
(
expand-file-name
"~/quicklisp/slime-helper.el"
))
;;
;; FLAG -- learn how to add command line args to inferior-lisp-program
...
...
gdl/gwl/static/gwl/style/tasty-tree.css
View file @
c40feb74
...
...
@@ -81,11 +81,12 @@ ul.tasty-tree span.actions span
}
/* Core Styles */
.tasty-tree
span
.directory
{
background-image
:
url(
images/directory.png
)
;
}
.tasty-tree
span
.expanded
{
background-image
:
url(
images/folder_open.png
)
;
}
.tasty-tree
span
.directory
{
background-image
:
url(
../../gwl/images/plus.gif
)
;
}
.tasty-tree
span
.expanded
{
background-image
:
url(
../../gwl/images/minus.gif
)
;
}
.tasty-tree
span
.wait
{
background-image
:
url(images/spinner.gif)
;
}
.tasty-tree
span
.file
{
background-image
:
url(images/file.png)
;
}
.tasty-tree
span
.leaf
{
background-image
:
url(images/leaf
2.png
)
;
cursor
:
default
;}
.tasty-tree
span
.leaf
{
background-image
:
url(
../../gwl/
images/leaf
butn.gif
)
;
cursor
:
default
;}
/* Actions */
.tasty-tree
span
.actions
span
.draw
{
background-image
:
url(../tasty-unpix/tree_pen.png)
;
}
.tasty-tree
span
.actions
span
.inspect
{
background-image
:
url(../tasty-unpix/tree_inspect.png)
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment