#26: small refactoring

This commit is contained in:
Vokhmin Alexey V 2013-03-19 16:12:07 +04:00
parent f8fb48a85b
commit dc5026f675
1 changed files with 11 additions and 11 deletions

View File

@ -816,22 +816,22 @@ a.badge:hover {
background-color: #1a1a1a;
}
[class^="icon-"], [class*=" icon-"] {
display: inline-block;
width: 14px;
height: 14px;
margin-top: 1px;
line-height: 14px;
vertical-align: text-top;
background-image: url("glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
display: inline-block;
width: 14px;
height: 14px;
margin-top: 1px;
line-height: 14px;
vertical-align: text-top;
background-image: url("glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
}
.icon-question-sign {
background-position: -96px -96px;
background-position: -96px -96px;
}
.icon-chevron-up {
background-position: -288px -120px;
}
.icon-chevron-down {
background-position: -313px -119px;
background-position: -313px -119px;
}