Navigation Menu

Skip to content

Commit

Permalink
fix(styles): update path to icon images
Browse files Browse the repository at this point in the history
Icon image paths in css were referencing wrong location
  • Loading branch information
eddiemonge committed Oct 27, 2013
1 parent 73f8019 commit 8daad4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/styles/css/bootstrap.css
Expand Up @@ -2282,7 +2282,7 @@ table th[class*="span"],
*margin-right: .3em;
line-height: 14px;
vertical-align: text-top;
background-image: url("../img/glyphicons-halflings.png");
background-image: url("../images/glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
}
Expand All @@ -2306,7 +2306,7 @@ table th[class*="span"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
background-image: url("../img/glyphicons-halflings-white.png");
background-image: url("../images/glyphicons-halflings-white.png");
}

.icon-glass {
Expand Down

0 comments on commit 8daad4f

Please sign in to comment.