Fixed a typo in admin_domains, fixed <strong>-tags not being strong in sparkle

This commit is contained in:
BNoiZe
2013-12-04 21:02:15 +01:00
parent 34dd96ec68
commit cd464ed01e
2 changed files with 5 additions and 1 deletions

View File

@@ -22,6 +22,10 @@ body {
padding:0;
}
strong {
font-weight: 600;
}
.content {
background-color: #f7f8fa;
margin-top: 53px;