summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjessib <jessib@riseup.net>2013-06-27 12:11:21 -0700
committerjessib <jessib@riseup.net>2013-06-27 12:11:21 -0700
commit82ff1026d0415977cdcbd00e0aef57c982cfd317 (patch)
tree8615c6cd1fa1f48128d04318370bd8673867ab7f
parent4f6e81a2d87bc22089536e3af48f45e8ecee68c8 (diff)
parent7fb77290c1d051527f8fb1076c17c5678ccd6a02 (diff)
Merge pull request #52 from azul/bugfix/3016-fix-body-padding
bootstrap menu now has 60 px height - adjust body padding
-rw-r--r--app/assets/stylesheets/application.scss6
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;
}