diff options
author | jochenberger <fooberger@gmail.com> | 2015-12-10 12:46:25 +0100 |
---|---|---|
committer | jochenberger <fooberger@gmail.com> | 2015-12-10 12:46:25 +0100 |
commit | 50a2150431524400dbab0578cb89ddf602749310 (patch) | |
tree | f387b40c18ed2ab7a66a116b0aa319412afcbf27 /flatly | |
parent | 853c67cca66c720026d95a185058f097996eeae4 (diff) |
Remove stray comma
Diffstat (limited to 'flatly')
-rw-r--r-- | flatly/bootswatch.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flatly/bootswatch.less b/flatly/bootswatch.less index f1de54f5..646f5eee 100644 --- a/flatly/bootswatch.less +++ b/flatly/bootswatch.less @@ -124,7 +124,7 @@ table, // Forms ====================================================================== .form-control, -input, { +input { border-width: 2px; .box-shadow(none); |