Skip to content

Commit

Permalink
Add tgm-strip images
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Cobby committed Jan 17, 2013
1 parent 10d9e66 commit 62ed3ce
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tgm-bootstrap",
"version": "0.1.6",
"version": "0.1.7",
"dependencies": {
"bootstrap": "2.2.1"
}
Expand Down
Binary file added img/ico-share.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/tgm-strip-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions less/navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
.tgm {
text-indent: -9000px;
display: inline-block;
background: transparent url(/modules/app/img/tgm-strip-logo.png) 0 0 no-repeat;
background: transparent url('@{tgmLogoPath}') 0 0 no-repeat;
width: 390px;
margin: 8px 0;
}
Expand Down Expand Up @@ -84,7 +84,7 @@

.icons .share {
padding-left: 22px;
background: transparent url(/modules/app/img/ico-share.png) 0 49% no-repeat;
background: transparent url('@{shareIconPath}') 0 49% no-repeat;
}

}
Expand Down
2 changes: 2 additions & 0 deletions less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@
// -------------------------
@iconSpritePath: "../img/glyphicons-halflings.png";
@iconWhiteSpritePath: "../img/glyphicons-halflings-white.png";
@tgmLogoPath: "../img/tgm-strip-logo.png";
@shareIconParth: "../img/ico-share.png";


// Input placeholder text color
Expand Down

0 comments on commit 62ed3ce

Please sign in to comment.