Minor:fixed userforms class name specificity

This commit is contained in:
divya patel 2016-01-19 15:03:04 +13:00
parent 227763e164
commit c76110c8b0
3 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@
display: inline; display: inline;
} }
.left { .userform .left {
margin-bottom: 5px; margin-bottom: 5px;
font-weight: bold; font-weight: bold;
} }

0
git Normal file
View File

View File

@ -81,7 +81,7 @@
display: inline; display: inline;
} }
.left { .userform .left {
margin-bottom: 5px; margin-bottom: 5px;
font-weight: bold; font-weight: bold;
} }