mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
rearrange a few things; drop compiled theme file
This commit is contained in:
@@ -82,7 +82,7 @@ img {
|
||||
|
||||
// Rounded corners
|
||||
.img-rounded {
|
||||
border-radius: @border-radius-large;
|
||||
.border-radius(@border-radius-large);
|
||||
}
|
||||
|
||||
// Image thumbnails
|
||||
@@ -93,6 +93,7 @@ img {
|
||||
border: 1px solid @thumbnail-border;
|
||||
border-radius: @thumbnail-border-radius;
|
||||
transition: all .2s ease-in-out;
|
||||
.box-shadow(0 1px 2px rgba(0,0,0,.075));
|
||||
|
||||
// Keep them at most 100% wide
|
||||
.img-responsive(inline-block);
|
||||
|
||||
Reference in New Issue
Block a user