diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-12-27 21:21:33 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-12-27 21:21:33 -0500 |
commit | 11be9a489bad9791ab0d6b82c07a8c1f80673c0b (patch) | |
tree | c9b30d9dac0bb3978590d45614ca8f4198ea2b26 | |
parent | 1a001f8d7e1299fc1ace917ae3d0178d3ffadebf (diff) |
flatly: build sass for #536
-rw-r--r-- | flatly/_bootswatch.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flatly/_bootswatch.scss b/flatly/_bootswatch.scss index ad642597..ffa3832c 100644 --- a/flatly/_bootswatch.scss +++ b/flatly/_bootswatch.scss @@ -120,7 +120,7 @@ table, // Forms ====================================================================== .form-control, -input, { +input { border-width: 2px; @include box-shadow(none); |