Skip to content

Commit

Permalink
[2375] Move sprite path into @sprite-path variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed May 15, 2012
1 parent bb8e2c9 commit 6faefed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/public/base/less/nav.less
Expand Up @@ -42,7 +42,7 @@
width: 17px;
height: 17px;
margin-top: -8px;
background: url("@{image-path}/sprite-ckan-icons.png") no-repeat;
background: url("@{sprite-path}") no-repeat;
background-position: -17px 0;
}

Expand Down
1 change: 1 addition & 0 deletions ckan/public/base/less/variables.less
@@ -1,5 +1,6 @@
// Base variables
@image-path: "../images";
@sprite-path: "@{image-path}/sprite-ckan-icons.png";

// Layout Variables
@layout-font-family: Arial, sans-serif;
Expand Down

0 comments on commit 6faefed

Please sign in to comment.