Skip to content

Commit

Permalink
Update bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Feb 1, 2012
1 parent 49decb9 commit 68e0e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/assets/stylesheets/bootstrap.css
Expand Up @@ -1112,7 +1112,7 @@ table .span12 {
width: 924px;
margin-left: 0;
}
[class*="icon-"] {
[class^="icon-"] {
display: inline-block;
width: 14px;
height: 14px;
Expand All @@ -1122,7 +1122,7 @@ table .span12 {
background-repeat: no-repeat;
*margin-right: .3em;
}
[class*="icon-"]:last-child {
[class^="icon-"]:last-child {
*margin-left: 0;
}
.icon-white {
Expand Down

0 comments on commit 68e0e09

Please sign in to comment.