mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
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:
parent
c201f5c6b6
commit
da623b4b9e
2 changed files with 3 additions and 3 deletions
4
common/css/bootstrap.css
vendored
4
common/css/bootstrap.css
vendored
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue