Typo and use CSS rather than <i>

This commit is contained in:
David Baker 2016-04-12 14:10:17 +01:00
parent c5524851f3
commit 356a4a4392
2 changed files with 6 additions and 1 deletions

View file

@ -65,3 +65,6 @@ limitations under the License.
padding-left: 20px;
padding-right: 20px;
}
.mx_UserSettings_devicesTable_nodevices {
font-style: italic;
}