From c76110c8b019619dddf018ef7a019e652b81718c Mon Sep 17 00:00:00 2001 From: divya patel Date: Tue, 19 Jan 2016 15:03:04 +1300 Subject: [PATCH] Minor:fixed userforms class name specificity --- css/UserForm.css | 2 +- git | 0 scss/UserForm.scss | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 git diff --git a/css/UserForm.css b/css/UserForm.css index f796879..d5c0341 100644 --- a/css/UserForm.css +++ b/css/UserForm.css @@ -68,7 +68,7 @@ display: inline; } -.left { +.userform .left { margin-bottom: 5px; font-weight: bold; } diff --git a/git b/git new file mode 100644 index 0000000..e69de29 diff --git a/scss/UserForm.scss b/scss/UserForm.scss index 35894c5..af53cd2 100644 --- a/scss/UserForm.scss +++ b/scss/UserForm.scss @@ -81,7 +81,7 @@ display: inline; } -.left { +.userform .left { margin-bottom: 5px; font-weight: bold; }