Commit 3f3f4c64 authored by Mark Otto's avatar Mark Otto
Browse files

grunt css

parent 594f1fa4
Showing with 4 additions and 11 deletions
+4 -11
...@@ -314,13 +314,9 @@ a:focus { ...@@ -314,13 +314,9 @@ a:focus {
} }
img { img {
vertical-align: middle;
}
.img-responsive, .carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
display: block;
max-width: 100%; max-width: 100%;
height: auto; height: auto;
vertical-align: middle;
} }
.img-rounded { .img-rounded {
...@@ -328,16 +324,13 @@ img { ...@@ -328,16 +324,13 @@ img {
} }
.img-thumbnail { .img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
padding: .25rem; padding: .25rem;
line-height: 1.5; line-height: 1.5;
background-color: #fff; background-color: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
border-radius: .25rem; border-radius: .25rem;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075); box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
-webkit-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out; transition: all .2s ease-in-out;
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment