From 40c64e3a35b6adbfb83f5473c8050fe513580ade Mon Sep 17 00:00:00 2001 From: Mohammad Younes Date: Sun, 23 Feb 2014 00:23:09 +0200 Subject: [PATCH] fix typo 0.3125em instead of 0.325em --- src/elements/input.less | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/elements/input.less b/src/elements/input.less index 9bc428ff5..c31115b41 100755 --- a/src/elements/input.less +++ b/src/elements/input.less @@ -249,14 +249,14 @@ .ui.labeled.input .corner.label { font-size: 0.7em; - -webkit-border-radius: 0 0.325em; - -moz-border-radius: 0 0.325em; - border-radius: 0 0.325em; + -webkit-border-radius: 0 0.3125em; + -moz-border-radius: 0 0.3125em; + border-radius: 0 0.3125em; } .ui.labeled.input .left.corner.label { - -webkit-border-radius: 0.325em 0; - -moz-border-radius: 0.325em 0; - border-radius: 0.325em 0; + -webkit-border-radius: 0.3125em 0; + -moz-border-radius: 0.3125em 0; + border-radius: 0.3125em 0; } .ui.labeled.input input { padding-right: 2.5em !important; @@ -340,4 +340,4 @@ } .ui.massive.input { font-size: 1.5rem; -} \ No newline at end of file +}