mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
fixes #8345: use inline-block on .img-responsive
This commit is contained in:
@@ -602,6 +602,7 @@ body {
|
||||
}
|
||||
.footer-links {
|
||||
margin: 10px 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
.footer-links li {
|
||||
display: inline;
|
||||
@@ -617,7 +618,8 @@ body {
|
||||
}
|
||||
.bs-social-buttons {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
margin-bottom: 0;
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.bs-social-buttons li {
|
||||
|
||||
Reference in New Issue
Block a user