Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Weblate 2017-07-11 16:04:20 +00:00
commit a00781b733

View File

@ -29,3 +29,24 @@ limitations under the License.
font-size: initial;
padding-left: 10px;
}
.mx_GroupView_featuredThings {
margin-top: 20px;
}
.mx_GroupView_featuredThings_header {
font-weight: bold;
font-size: 120%;
margin-bottom: 20px;
}
.mx_GroupView_featuredThings_category {
font-weight: bold;
font-size: 110%;
margin-top: 10px;
}
.mx_GroupView_featuredThing {
cursor: pointer;
display: table-cell;
}