Skip to content

Commit

Permalink
Merge pull request #382 from benilovj/static
Browse files Browse the repository at this point in the history
Fix for glyph icon paths in the static branch
  • Loading branch information
seyhunak committed Sep 27, 2012
2 parents 0750877 + 65e7d1b commit 36060be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions vendor/assets/stylesheets/bootstrap.css
Expand Up @@ -2149,7 +2149,7 @@ table [class*=span],
*margin-right: .3em;
line-height: 14px;
vertical-align: text-top;
background-image: url("../img/glyphicons-halflings.png");
background-image: url("glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
}
Expand All @@ -2169,7 +2169,7 @@ table [class*=span],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"] {
background-image: url("../img/glyphicons-halflings-white.png");
background-image: url("glyphicons-halflings-white.png");
}

.icon-glass {
Expand Down
2 changes: 1 addition & 1 deletion vendor/assets/stylesheets/bootstrap.min.css

Large diffs are not rendered by default.

0 comments on commit 36060be

Please sign in to comment.