Fix bug 1000267 - Add webmaker usernames to featured mentors

This commit is contained in:
Kate Hudson 2014-04-24 16:15:15 -04:00
Родитель 35db9beccc
Коммит 53f41ba84a
4 изменённых файлов: 11 добавлений и 14 удалений

Просмотреть файл

@ -51,10 +51,7 @@
width: auto;
}
}
h3 {
font-size: @kit-title-size;
font-weight: 200;
}
}
// Staff picks

Просмотреть файл

@ -374,6 +374,11 @@ img {
* Competency pages
*/
h3 {
font-size: 24px;
font-weight: 200;
}
.mentor-container {
display: block;
color: inherit;
@ -382,12 +387,9 @@ img {
color: inherit;
}
height: 300px;
@media (min-width: @screen-lg-min) {
height: 350px;
}
height: 400px;
@media (min-width: @screen-xl-min) {
height: 400px;
height: 450px;
}
}

Просмотреть файл

@ -7,5 +7,3 @@
@kit-caption-border: darken(@kit-background, 5%);
@kit-background: #F5F5F5;
@kit-height: 300px; // How tall are the kits?
@kit-title-size: 24px;

Просмотреть файл

@ -49,9 +49,9 @@
<img ng-src="{{mentor.photo}}" alt="{{mentor.name}}" class="img-circle img-mentor-avatar">
<div ng-show="mentor.gif" class="mentor-gif" style="background-image:url({{mentor.gif}})"></div>
</ex-avatar>
<p>{{mentor.name}}<br>
<span class="text-muted">{{ mentor.bio }}</span></p>
<h3>{{ mentor.name }}</h3>
<p>@{{mentor.username}}</p>
<p><span class="text-muted">{{ mentor.bio }}</span></p>
</a>
</div>