witten
/
luminotes
Archived
1
0
Fork 0

Moved themes into its own directory under static/. That way, each theme directory can containing everything it needs: images, CSS, etc.

This commit is contained in:
Dan Helfman 2009-04-22 15:36:58 -07:00
parent a580e1759d
commit 6b0a87e097
11 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ h1 {
}
#toolbar .button_background {
background: transparent url(/static/images/toolbar/themes/default/buttons.png);
background: transparent url(/static/themes/default/images/toolbar/buttons.png);
background-position: 40px 0;
height: 40px;
width: 40px;
@ -130,7 +130,7 @@ h1 {
#theme_default_buttons_preload {
height: 0;
overflow: hidden;
background-image: url(/static/images/toolbar/themes/default/buttons.png);
background-image: url(/static/themes/default/images/toolbar/buttons.png);
}
#tree_arrow_hover_preload {

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB