1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 20:57:49 +02:00

Bootstrap CSS: Icons url - fixed.

This commit is contained in:
Awilum
2012-12-13 22:40:37 +02:00
parent 99eaa7b9de
commit 86e5dc55e1

View File

@@ -2252,7 +2252,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("@site_urlpublic/assets/img/glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
}
@@ -2272,7 +2272,7 @@ table th[class*="span"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
background-image: url("../img/glyphicons-halflings-white.png");
background-image: url("@site_urlpublic/assets/img/glyphicons-halflings-white.png");
}
.icon-glass {