|
// Place all the styles related to the missions controller here.
// They will automatically be included in application.css.
// You can use Less here: http://lesscss.org/
.mission_thumb {
height: 178px;
}
.mission_thumb h3, .mission_thumb h5 {
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
margin-top: -10px;
line-height: 25px;
}
.mission_thumb small {
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
font-weight: bold;
}
|