diff options
author | Azul <azul@leap.se> | 2013-06-27 11:28:09 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-06-27 11:28:09 +0200 |
commit | 7fb77290c1d051527f8fb1076c17c5678ccd6a02 (patch) | |
tree | 8615c6cd1fa1f48128d04318370bd8673867ab7f | |
parent | 4f6e81a2d87bc22089536e3af48f45e8ecee68c8 (diff) |
bootstrap menu now has 60 px height - adjust body padding
-rw-r--r-- | app/assets/stylesheets/application.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 3e1b42c..25e854e 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -10,10 +10,10 @@ // import bootstrap. // @import "bootstrap"; -body { - padding: 40px; -} +body { padding-top: 60px; } + @import "bootstrap-responsive"; + table.table-hover .btn { opacity: 0; } |