summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-03-06 12:07:17 -0500
committerguntasgrewal <guntasgrewal@gmail.com>2014-03-06 12:07:17 -0500
commit289caaa1c82db4895efaf01b33160712d169bc84 (patch)
treecc4b1a7929740c9f5ae3c78611423316d87e8e6b /app/assets
parent5bd262333beb533cc08f21f7398e3ed1e890a23d (diff)
Minor visual changes
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/custom.css.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/custom.css.scss b/app/assets/stylesheets/custom.css.scss
index d4c81a0..ab86ce9 100644
--- a/app/assets/stylesheets/custom.css.scss
+++ b/app/assets/stylesheets/custom.css.scss
@@ -20,7 +20,7 @@ header > nav {
@extend .navbar-form;
@extend .navbar-right;
input[type="submit"] {
- @extend .btn-warning;
+ @extend .btn-warning; margin-top: -3px; margin-right: 8px;
}
}
}