stylesheets/_iasd-widgets.scss in iasd-bootstrap-sass-1.2.4 vs stylesheets/_iasd-widgets.scss in iasd-bootstrap-sass-1.2.5
- old
+ new
@@ -1399,10 +1399,11 @@
img{
display: block !important;
left: 50%;
margin-left: -360px;
position: absolute;
+ max-width: none;
&:hover, &:focus {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
@@ -2429,14 +2430,20 @@
}
// Text with title
.iasd-widget-text_title, .iasd-contact-info{
+ font-size: 13px;
+ line-height: 20px !important;
+ h1 {
+ margin-bottom: 35px !important;
+ }
+ p {
+ font-size: 13px;
+ line-height: 20px !important;
+ }
.well{
@include box-shadow(none);
- font-size: 13px;
- margin: 35px 0 0 0;
- line-height: 20px;
padding: 25px 30px 20px !important;
p{
font-size: 13px;
line-height: 20px !important;
}
\ No newline at end of file