commit | adcb3c62fa51a1f84ee6e0a72aeea795f370008f | [log] [tgz] |
---|---|---|
author | Faris Ansari <netchamp.faris@gmail.com> | Mon Mar 06 21:02:17 2017 +0530 |
committer | Rohit Waghchaure <rohitw1991@gmail.com> | Fri Mar 10 17:00:42 2017 +0530 |
tree | e6374e831a5cddaa4169223fe435522818f1d0e0 | |
parent | 3b5a412a9cdce87d8134acc15f484a76508a76f0 [diff] |
wip
diff --git a/erpnext/public/css/erpnext.css b/erpnext/public/css/erpnext.css index 052e8c8..6a1d3b6 100644 --- a/erpnext/public/css/erpnext.css +++ b/erpnext/public/css/erpnext.css
@@ -107,7 +107,7 @@ } .erpnext-icon { width: 24px; - ackmargin-right: 0px; + margin-right: 0px; margin-top: -3px; } .pos .discount-amount-area .discount-field-col {
diff --git a/erpnext/public/less/erpnext.less b/erpnext/public/less/erpnext.less index 70eb688..bec2c91 100644 --- a/erpnext/public/less/erpnext.less +++ b/erpnext/public/less/erpnext.less
@@ -138,7 +138,7 @@ } .erpnext-icon { - width: 24px;ack + width: 24px; margin-right: 0px; margin-top: -3px; }