diff options
author | jessib <jessib@riseup.net> | 2013-06-27 12:11:21 -0700 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2013-06-27 12:11:21 -0700 |
commit | 82ff1026d0415977cdcbd00e0aef57c982cfd317 (patch) | |
tree | 8615c6cd1fa1f48128d04318370bd8673867ab7f /app | |
parent | 4f6e81a2d87bc22089536e3af48f45e8ecee68c8 (diff) | |
parent | 7fb77290c1d051527f8fb1076c17c5678ccd6a02 (diff) |
Merge pull request #52 from azul/bugfix/3016-fix-body-padding
bootstrap menu now has 60 px height - adjust body padding
Diffstat (limited to 'app')
-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; } |