Fix image size of news images on the student dashboard

[#39472239]
This commit is contained in:
Carlos Andrés Rocha
2012-11-13 18:02:45 -05:00
parent 8df425e5e8
commit b417002a23

View File

@@ -98,7 +98,7 @@
&.email-icon {
@include background-image(url('../images/portal-icons/email-icon.png'));
}
&.name-icon {
@include background-image(url('../images/portal-icons/course-info-icon.png'));
}
@@ -200,7 +200,7 @@
margin-bottom: 15px;
img {
width: 100%;
width: 109px;
border: 1px solid $light-gray;
}
}
@@ -422,7 +422,7 @@
p {
color: #222;
span {
font-weight: bold;
}
@@ -489,7 +489,7 @@
font-family: "Open Sans", Verdana, Geneva, sans-serif;
background: #fffcf0;
border: 1px solid #ccc;
.message-copy {
margin: 0;