Minor update. /common/css/bootstrap.css bugfix.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11234 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-09-15 00:51:52 +00:00
parent c201f5c6b6
commit da623b4b9e
2 changed files with 3 additions and 3 deletions

View file

@ -2149,7 +2149,7 @@ table [class*=x_span],
*margin-right: .3em;
line-height: 14px;
vertical-align: text-top;
background-image: url("../img/glyphicons-halflings.x_png");
background-image: url("../img/glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
}
@ -2169,7 +2169,7 @@ table [class*=x_span],
.x_dropdown-menu > li > a:hover > [class*=" x_icon-"],
.x_dropdown-menu > .x_active > a > [class^="x_icon-"],
.x_dropdown-menu > .x_active > a > [class*=" x_icon-"] {
background-image: url("../img/glyphicons-halflings-white.x_png");
background-image: url("../img/glyphicons-halflings-white.png");
}
.x_icon-glass {

File diff suppressed because one or more lines are too long