Merge pull request #426 from divya-patel/classname-fix

Minor:fixed userforms class name specificity
This commit is contained in:
Damian Mooyman 2016-01-19 16:11:57 +13:00
commit 60d132b1b2
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;
} }